On Tue, 2006-01-10 at 13:53 +0100, Fernando ApesteguĂ­a wrote:
> Yes but... in fact if I make a bigger label and the user changes dpi again,
> I run into the same problem. My question is if this is fixable? Or can I
> only make bigger the label?

It sounds like you are using a fixed x/y layout instead of packing
the label and widget into a horizontal box.

Use automatic layout if you can.  If for some reason you have
to use fixed positioning, your code needs to position the
label and then move the widget to make room... taking into
account the changes in a right-to-left locale such as one
using Arabic!

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to