Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-29 14:06:51 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-29 14:06:51 (GMT)
commit60139d01c38cde2ce24f47ded947cde51c1c9e1b (patch)
treed309418b7e214aabf97a1998113b39dd6d2d7610 /gtk
parentc2145fbb80b961437fea243daa31757851cccd14 (diff)
More toolbar sizing fixes.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em12
1 files changed, 9 insertions, 3 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 06c8bdd..9b2febf 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -20,7 +20,7 @@ if theme == "sugar-xo":
bullet_size = 9.5
font_height = 24
default_padding = 7
- toolbutton_padding = 10
+ toolbutton_padding = 9
else: # About 50% smaller
xo = False
line_width = 1.0
@@ -29,7 +29,7 @@ else: # About 50% smaller
bullet_size = 5
font_height = 12
default_padding = 3
- toolbutton_padding = 7
+ toolbutton_padding = 6
radio_size = my_floor(subcell_size + bullet_size + line_width)
@@ -391,6 +391,12 @@ style "separatortoolbutton"
bg[NORMAL] = $button_grey
}
+style "toolbar"
+{
+ xthickness = 0
+ ythickness = 0
+}
+
style "toolbox"
{
fg[NORMAL] = $white
@@ -586,4 +592,4 @@ widget_class "*<GtkScrolledWindow>.<GtkHScrollbar>" style "hscrollbar-scrolled-w
# Toolbar
widget_class "*<GtkToolButton>*" style "toolbutton"
widget_class "*<GtkSeparatorToolItem>*" style "separatortoolbutton"
-
+widget_class "*<GtkToolbar>*" style "toolbar"