summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-06-25 06:59:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-06-25 07:00:13 -0400
commite9e9dfade6e975bac94bc0092eb7e5b6c332c19c (patch)
tree8f16a02e61cf72003102892268cce2db1d12152c
parentd31e1fbef092543caeef4db2a597ad6faabeb075 (diff)
downloadgtk+-e9e9dfade6e975bac94bc0092eb7e5b6c332c19c.tar.gz
GtkSearchBar: Don't vexpand
It turns out that setting vexpand to its default value has side-effects that we need. https://bugzilla.gnome.org/show_bug.cgi?id=751447
-rw-r--r--gtk/ui/gtksearchbar.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtksearchbar.ui b/gtk/ui/gtksearchbar.ui
index ccbe268749..89a27eab05 100644
--- a/gtk/ui/gtksearchbar.ui
+++ b/gtk/ui/gtksearchbar.ui
@@ -7,6 +7,7 @@
<object class="GtkRevealer" id="revealer">
<property name="visible">True</property>
<property name="hexpand">True</property>
+ <property name="vexpand">False</property>
<child>
<object class="GtkBox" id="tool_box">
<property name="visible">True</property>