mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
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:
parent
d31e1fbef0
commit
e9e9dfade6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user