GNOME Bugzilla – Bug 171172
HIG Fixes
Last modified: 2005-03-23 09:40:03 UTC
I am attaching a patch to correct the following HIG issues. This patch is dependent on the games-frame changes in bug report 171026. Four-in-a-row Preferences dialog HIG fixes: * Use GNOME HIG recommended dialog padding - 12 pixels of padding around dialog border - 12 pixels between action area and vbox - 18 pixels of padding between frames See: http://developer.gnome.org/projects/gup/hig/2.0/design-window.html#window-layout-spacing * Remove mnemonics from the notebook tabs See: http://developer.gnome.org/projects/gup/hig/2.0/controls-notebooks.html * Use Header capitalization for frame labels See: http://developer.gnome.org/projects/gup/hig/2.0/design-text-labels.html#layout-capitalization * Fix dialog resizing issues Four-in-a-row Scores dialog HIG fixes: * Use GNOME HIG recommended dialog padding - 12 pixels of padding around dialog border - 12 pixels between action area and vbox See: http://developer.gnome.org/projects/gup/hig/2.0/design-window.html#window-layout-spacing * Append colons to preceding labels See: http://developer.gnome.org/projects/gup/hig/2.0/design-text-labels.html * Remove dialog separator
Created attachment 39050 [details] [review] Proposed patch.
Created attachment 39051 [details] Screenshot of changes (#1).
Created attachment 39052 [details] Screenshot of changes (#2).
Created attachment 39053 [details] Screenshot of changes (#3).
Patch applied in CVS. Thanks.