Re: [pgadmin-support] Grid column caption not readable

2006-04-03 Thread Dave Page
On 3/4/06 17:51, "Andrus" <[EMAIL PROTECTED]> wrote: >>> I looked into changelog but havent found any information. >>> >>> What is the file name or revision number where this was fixed ? > >> It was fixed as part of: > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=5057&view=rev > >> See the

Re: [pgadmin-support] Grid column caption not readable

2006-04-03 Thread Andrus
>> I looked into changelog but havent found any information. >> >> What is the file name or revision number where this was fixed ? >It was fixed as part of: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=5057&view=rev >See the line: >SetColLabelAlignment(wxALIGN_LEFT, wxALIGN_CENTER); >In ctlSQ

Re: [pgadmin-support] Grid column caption not readable

2006-04-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrus > Sent: 03 April 2006 16:57 > To: [email protected] > Subject: Re: [pgadmin-support] Grid column caption not readable > > > This has been fixed in SV

Re: [pgadmin-support] Grid column caption not readable

2006-04-03 Thread Andrus
> This has been fixed in SVN trunk. I looked into changelog but havent found any information. What is the file name or revision number where this was fixed ? Andrus. ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [pgadmin-support] Grid column caption not readable

2006-04-02 Thread Dave Page
This has been fixed in SVN trunk. Regards, Dave -Original Message- From: "Andrus"<[EMAIL PROTECTED]> Sent: 02/04/06 14:31:41 To: "[email protected]" Subject: [pgadmin-support] Grid column caption not readable To reproduce: 1. Open data edit gri

[pgadmin-support] Grid column caption not readable

2006-04-02 Thread Andrus
To reproduce: 1. Open data edit grid 2. Resize column so that column width is smaller than its caption. Observed: Column caption shows characters from the middle Expected: Column caption should display leftmost characters. Note. Is there a way to set column caption to left-aligned? If yes, m