summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2010-01-30 11:55:32 +0000
committerThomas Wood <thomas.wood@intel.com>2010-01-30 11:55:32 +0000
commitbc5bfe9a44c69d644b46cdaf711bc0bbf404948e (patch)
treedf7a9e33bc98393eb65d0266766ade4cae6d1db5
parentfc0c6eff31cccc46f5fb9c69495c2fc8ed277da2 (diff)
downloadgnome-control-center-bc5bfe9a44c69d644b46cdaf711bc0bbf404948e.tar.gz
[shell] ensure the toolbar height remains constant
Even when the "All Settings" button is not visible, force the toolbar to be the same height as if it was visible by adding the button and the search entry to a size group.
-rw-r--r--shell/shell.ui9
1 files changed, 8 insertions, 1 deletions
diff --git a/shell/shell.ui b/shell/shell.ui
index 7e450021a..6bf27308c 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -35,7 +35,7 @@
</packing>
</child>
<child>
- <object class="GtkAlignment" id="alignment1">
+ <object class="GtkAlignment" id="entry-alignment">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xscale">0</property>
@@ -141,4 +141,11 @@
<column type="gchararray"/>
</columns>
</object>
+ <object class="GtkSizeGroup" id="sizegroup">
+ <property name="mode">vertical</property>
+ <widgets>
+ <widget name="home-button"/>
+ <widget name="entry-alignment"/>
+ </widgets>
+ </object>
</interface>