On 13 fév, 01:30, googelybear <[email protected]> wrote:
> Hi,
>
> I need to build an app that also works well (meaning: "looks
> acceptable and is still usable") with different font sizes. Eg. a user
> with impaired vision might increase the default font size of the
> browser to make web pages easier readable for him. For me as a
> developer this means removing as many fixed sizes in my layout as
> possible. This seems kind of hard as a lot of the layouts, also the
> new ones like LayoutPanel and DockLayoutPanel use fixed sizes and do
> not dynamically adjust to the size of their content. As a test I
> increased the default font size and looked at the mail sample and it
> looks very unpleasant and unusable (overlapping elements).
> Do you have some tips/guidelines/rules how to achieve such a task?

Can't you use Unit.EM or Unit.EX? (Unit.PCT is OK too, of course)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to