GNOME Bugzilla – Bug 131659
Add GtkCheckMenuItem::indicator_size to gtkrc files
Last modified: 2004-12-22 21:47:04 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
Updating status whiteboard to reflect a11y team's assessment of priority.
I will attach a patch which adds GtkCheckMenuItem::indicator_size property value to all relavent themes.
Created attachment 24689 [details] [review] Proposed patch to add indicator_size property value.
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 :)
Thanks Calum :) Committed the patch to HEAD.