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 131659 - Add GtkCheckMenuItem::indicator_size to gtkrc files
Add GtkCheckMenuItem::indicator_size to gtkrc files
Status: RESOLVED FIXED
Product: gnome-themes
Classification: Deprecated
Component: General
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: Calum Benson
Calum Benson
AP2
Depends on:
Blocks: 112647
 
 
Reported: 2004-01-16 10:11 UTC by Narayana Pattipati
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to add indicator_size property value. (4.18 KB, patch)
2004-02-23 12:50 UTC, Narayana Pattipati
none Details | Review

Description Narayana Pattipati 2004-01-16 10:11:06 UTC
Please refer to bug#112647.

The complete fix for bug#123207 requires addition of indicator_size
properties to GtkCheckMenuItem class in themes' gtkrc files. 

For example, for HighContrastInverse theme, the change would be like:

--- HighContrastLargePrintInverse/gtk-2.0/gtkrc.org Mon Dec 29 15:47:35
2003
+++ HighContrastLargePrintInverse/gtk-2.0/gtkrc Fri Jan 16 15:22:27 2004
@@ -32,6 +32,7 @@ style "default"
   GtkTextView::cursor_color    = "#00cccc"
   GtkEntry::cursor_aspect_ratio = 0.1
   GtkCheckButton::indicator_size = 18
+  GtkCheckMenuItem::indicator_size = 16
   NautilusIconContainer::frame_text = 1
   GtkExpander::expander-size = 24
   GtkExpander::expander-spacing = 8
Comment 1 Calum Benson 2004-01-23 16:01:26 UTC
Updating status whiteboard to reflect a11y team's assessment of priority.
Comment 2 Narayana Pattipati 2004-02-23 12:49:03 UTC
I will attach a patch which adds GtkCheckMenuItem::indicator_size
property value to all relavent themes.
Comment 3 Narayana Pattipati 2004-02-23 12:50:01 UTC
Created attachment 24689 [details] [review]
Proposed patch to add indicator_size property value.
Comment 4 Calum Benson 2004-02-23 14:57:18 UTC
Patch looks good to me, although I haven't tried out all the themes to
see how they look yet... please go ahead and commit, and we can tweak
the sizes later if we feel the need :)
Comment 5 Narayana Pattipati 2004-02-24 04:35:01 UTC
Thanks Calum :)

Committed the patch to HEAD.