Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2007-09-07 21:32:44 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2007-09-07 21:32:44 (GMT)
commitfc4255437d3a8ceacb8e3598e8eebb68b114d57d (patch)
treefd858c07d4e9b81402e6f8f27acd7167a1f8d514 /gtk
parenta324fa41a98794b75f352827901e2019b8251216 (diff)
Fix entries in toolbars. ie. only remove the thickness from the toolbar and toolbuttons
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index 5d12c37..621d5a6 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -373,6 +373,8 @@ style "notebook"
style "toolbutton"
{
+ xthickness = 0
+ ythickness = 0
GtkButton::inner-border = { $toolbutton_padding,
$toolbutton_padding,
$toolbutton_padding,
@@ -623,7 +625,7 @@ widget_class "*<GtkScrolledWindow>.<GtkHScrollbar>" style "hscrollbar-scrolled-w
# Toolbar
widget_class "*<GtkToolButton>*" style "toolbutton"
widget_class "*<GtkSeparatorToolItem>*" style "separatortoolbutton"
-widget_class "*<GtkToolbar>*" style "toolbar"
+widget_class "*<GtkToolbar>" style "toolbar"
# Tray
widget_class "*<SugarTrayIcon>*" style "trayicon"