[gnome-control-center/extensible-shell] [shell] ensure the toolbar height remains constant
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-control-center/extensible-shell] [shell] ensure the toolbar height remains constant
- Date: Sat, 30 Jan 2010 11:56:07 +0000 (UTC)
commit bc5bfe9a44c69d644b46cdaf711bc0bbf404948e
Author: Thomas Wood <thomas wood intel com>
Date: Sat Jan 30 11:55:32 2010 +0000
[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.
shell/shell.ui | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/shell/shell.ui b/shell/shell.ui
index 7e45002..6bf2730 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]