pgadmin3 property pages design rules - Mailing list pgadmin-hackers

From Andreas Pflug
Subject pgadmin3 property pages design rules
Date
Msg-id 3EB292D9.1080301@web.de
Whole thread Raw
List pgadmin-hackers
As a proposal, this are the sizes and positions I used so far in dlgUser
and dlgDatabase:

- first control at (10, 10)
- Standard controls are at (100, y) size (200, 20)
- vertical control spacing 25, for radio buttons and checkboxes 20
- static text has a vertical offset of 3 relative to other controls
- Button size is (60, 25) for OK/Cancel, (75, 25) for more text
- controls including statics will need up to 50 % more room for GTK than
with Win32

For dialogs derived from dlgSecurityProperty, the Security page will be
created dynamically.
All dialogs will inherit the SQL page from dlgProperty.


Regards,
Andreas


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Unique constraints
Next
From: "Dave Page"
Date:
Subject: Re: pgadmin3 property pages design rules