GtkSearchBar: Don't vexpand
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2015 10:59:18 +0000 (06:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Jun 2015 11:00:13 +0000 (07:00 -0400)
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

gtk/ui/gtksearchbar.ui

index ccbe268749f2220a05b69be0dfbd0e5c8e07ff44..89a27eab057cf8ff9a05cc698464a377a3efeb54 100644 (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>