summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-06-06 16:05:20 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-06-06 16:05:20 -0400
commit4c405ae5bfb10b2d5474b677b78555934fbc7f20 (patch)
treee0dce5caa32482b8e5ab2d1b802cbf9df600b94c
parentb5d77ed394c8a5696bb36f2eb95e5b10587113d0 (diff)
downloadgnome-control-center-4c405ae5bfb10b2d5474b677b78555934fbc7f20.tar.gz
shell: move the raised class hint to the tool item
This fixes the raised buttons in the primary toolbar with GTK+ master.
-rw-r--r--shell/shell.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/shell.ui b/shell/shell.ui
index 557576943..e63f19f9d 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -20,6 +20,9 @@
<child>
<object class="GtkToolItem" id="toolbutton1">
<property name="visible">True</property>
+ <style>
+ <class name="raised"/>
+ </style>
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
@@ -37,9 +40,6 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="use_underline">True</property>
- <style>
- <class name="raised"/>
- </style>
</object>
<packing>
<property name="expand">False</property>