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
This commit is contained in:
Matthias Clasen 2015-06-25 06:59:18 -04:00
parent d31e1fbef0
commit e9e9dfade6

View File

@ -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>