Re: french po updates and ui patch - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: french po updates and ui patch
Date
Msg-id 4389DCE4.6020003@pse-consulting.de
Whole thread Raw
In response to Re: french po updates and ui patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Andreas Pflug wrote:
>>
>>
>>> The second one aims to better use checkbox. You used a label and a
>>> checkbox instead of a checkbox with its own label. I modify this. I
>>> think it makes a better UI. You can click on the text instead of the
>>> box. Hope you'll find this interesting and that you'll apply it.
>>
>>
>>
>> Iirc, there was a reason why they're separate (I just can't think what
>> it was) - can you remember Andreas?
>
>
> Yup; we mostly have the text on the left side. Only win32 has such a
> flag, other systems know text on the right side only. There might be
> areas where we really can change the checkboxes, I'll have a look at
> Guillaumes patch some day.

I rewieved the issue now. In wx2.6, the text-on-left-side-only
restriction is gone, but this won't help us too much: What we need is
left-aligned text, and right-aligned checkbox to position all
descriptive text and all controls aligned; a checkbox won't allow this.
Guillaumes patch will simply add all descriptive text for checkboxes to
the right of the box itself, this looks really ugly for most dialogs (we
have this on the options dialog, but this is different because we don't
need to give a consistent look&feel as in the case of pgsql objects
dialogs, so we could order the controls to look nicely).

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4763 - trunk/pgadmin3/docs/en_US
Next
From: Andreas Pflug
Date:
Subject: Re: Server status query problem