After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171172 - HIG Fixes
HIG Fixes
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnect
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-22 04:58 UTC by Dennis Cranston
Modified: 2005-03-23 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (8.08 KB, patch)
2005-03-22 04:59 UTC, Dennis Cranston
none Details | Review
Screenshot of changes (#1). (22.36 KB, image/png)
2005-03-22 04:59 UTC, Dennis Cranston
  Details
Screenshot of changes (#2). (17.18 KB, image/png)
2005-03-22 05:00 UTC, Dennis Cranston
  Details
Screenshot of changes (#3). (12.41 KB, image/png)
2005-03-22 05:00 UTC, Dennis Cranston
  Details

Description Dennis Cranston 2005-03-22 04:58:22 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
Comment 1 Dennis Cranston 2005-03-22 04:59:14 UTC
Created attachment 39050 [details] [review]
Proposed patch.
Comment 2 Dennis Cranston 2005-03-22 04:59:47 UTC
Created attachment 39051 [details]
Screenshot of changes (#1).
Comment 3 Dennis Cranston 2005-03-22 05:00:12 UTC
Created attachment 39052 [details]
Screenshot of changes (#2).
Comment 4 Dennis Cranston 2005-03-22 05:00:48 UTC
Created attachment 39053 [details]
Screenshot of changes (#3).
Comment 5 Callum McKenzie 2005-03-23 09:40:03 UTC
Patch applied in CVS. Thanks.