Re: Grid column caption not readable

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Grid column caption not readable
Дата
Msg-id e0rjpv$24d5$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Grid column caption not readable  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: Grid column caption not readable  (Dave Page <dpage@vale-housing.co.uk>)
Список pgadmin-support
>> 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 ctlSQLGrid::ctlSQLGrid(wxWindow *parent, wxWindowID id, const
wxPoint& pos, const wxSize& size) in ctlSqlGrid.cpp (now renamed to
ctlSQLGrid.cpp).

In VFP grid column caption is centered. However, when column width is too
small, the column shows only leftmost characters, not from center.

It seems that if text width is greater than column width  column alignment
is changed dynamically to left and changed back to center if column is
resized to be wider.

wxGRID does not support this, right ?

Andrus. 




В списке pgadmin-support по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Compile on x86_64
Следующее
От: Dave Page
Дата:
Сообщение: Re: Grid column caption not readable