[gtk+] GtkSearchBar: Don't vexpand



commit e9e9dfade6e975bac94bc0092eb7e5b6c332c19c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jun 25 06:59:18 2015 -0400

    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

 gtk/ui/gtksearchbar.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtksearchbar.ui b/gtk/ui/gtksearchbar.ui
index ccbe268..89a27ea 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]