GNOME Bugzilla – Bug 634991
[patch] Auto-expand preferences contents area
Last modified: 2010-11-26 15:55:15 UTC
Created attachment 174605 [details] [review] trivial patch A common problem with the preferences dialog is that, with languages other than English (such as French) where words/expressions may be longer, the contents require more space and the area becomes horizontally scrollable. I think it should be set to not scroll horizontally so that it properly expands the width of the dialog as required. This improves user experience and perceived polish. Patch attached. If someday our prefs dialog's width gets larger than 1024 pixels, then it's a bug and we simply need to organize it better (ie: line breaks, fewer columns, etc).
Review of attachment 174605 [details] [review]: commit 389bba1c21bce9fe0cd89f7494005d63ef925a9e Author: Jean-François Fortin Tam <nekohayo@gmail.com> Date: Fri Nov 26 15:51:41 2010 +0000 fix bug 634991 - Auto-expand preferences contents area