Re: Increasing size of results grid

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Increasing size of results grid
Дата
Msg-id AANLkTimHF3QU1j4C-N2ct7g0-V6t5_7jp8NO1HF1byd6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Increasing size of results grid  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Increasing size of results grid  (Josh Berkus <josh@agliodbs.com>)
Список pgadmin-support
On Tue, Oct 19, 2010 at 7:43 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Le 19/10/2010 08:15, Guillaume Lelarge a écrit :
>> Le 19/10/2010 00:27, Dave Page a écrit :
>>> On Mon, Oct 18, 2010 at 10:59 PM, Guillaume Lelarge
>>> <guillaume@lelarge.info> wrote:
>>>> Le 12/10/2010 10:16, Dave Page a écrit :
>>>>> On Mon, Oct 11, 2010 at 10:37 PM, Guillaume Lelarge
>>>>> <guillaume@lelarge.info> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Le 11/10/2010 20:54, Josh Berkus a écrit :
>>>>>>> [...]
>>>>>>> I'd like to use pgadmin3 for more demos.  But I find I can't because the
>>>>>>> font size of the results grid is fixed as being fairly small, and
>>>>>>> there's no way to make it larger.
>>>>>>>
>>>>>>
>>>>>> There is a way. Go in the Options window, select the Preferences tab and
>>>>>> change the Font. It will make, among other components the result grid
>>>>>> bigger.
>>>>>
>>>>> Thats what I thought, but I tested it on Mac and found it didn't work.
>>>>> wxMac bug?
>>>>>
>>>>
>>>> I think it is more a wxGTK/wxWin bug which changes the font of the cell
>>>> when you use the function to change the font of the labels.
>>>>
>>>> Can someone on Mac tries this patch?
>>>
>>> It picks up the main UI font, rather than the Query Tool font (which
>>> is used by ctlSQLBox). I'm not sure that's the appropriate behaviour.
>>> It also forces it to bold, because that's how the column/row headers
>>> are shown.
>>>
>>
>> Yeah, just wanted to make sure we had to use the SetDefaultCellFont()
>> method.
>>
>> Will use the Query Tool font.
>>
>
> Done.
>
>>> We'd also need to ensure it also affects the edit grid, and other
>>> grids we may be using such as those on the debugger.
>>>
>>
>> +1
>>
>
> If they use the ctlSQLResult, they should be fine. I tried on the edit
> grid and it worked.

Without wishing to sound too annoying, I'm actually thinking we need
to tie this font to the main UI font contrary to my previous thoughts.
Otherwise it might be odd compared to the other grids. I'm not sure
though.

Josh - which font setting did you expect to work here?


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Increasing size of results grid
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Increasing size of results grid