Re: More on sizing - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: More on sizing
Date
Msg-id 496F6C34.3050901@lelarge.info
Whole thread Raw
In response to Re: More on sizing  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Dave Page a écrit :
> On Thu, Jan 15, 2009 at 3:30 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>
>> Here is the new version, based on the previous patch. There's a lot more
>> work on the different .xrc files. It fixes some issues on GTK and some
>> others on Mac.
>
> OK
>
>> I checked this patch on each platform (GTK, Mac, Windows) for each
>> dialog I could. These dialogs weren't part of it:
>>
>>  * dlgPackage and dlgSynonym (I would need an EDB server for this).
>>  * dlgRep* (I would need to setup Slony support on pgAdmin).
>
> OK. Please make the code/sizing for them look like the other
> dialogues, and I'll see if I can get them tested.
>

Done.

>> Anyways, there's still some stuff to do:
>>
>>  * dlgServer needs to be that size to work on GTK. But no component can
>>   grow on it, so in the two other platforms, there's a big void. We can
>>   avoid this with a growable DB restriction field.
>
> OK - that might be useful anyway.
>

Done. It displays better.

>>  * and default sizing.
>
>> We should have only two different widths: 220 (51) and 300 (5).
>
>> Three different heights seem better: 330 (16), 250 (27) and 150 (14).
>>
>> Comments?
>
> sounds good to me - please go ahead with the changes.
>

Here it is.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Attachment

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: More on sizing
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r7557 - in trunk/pgadmin3/pgadmin: agent dlg ui