projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31e1fb
)
GtkSearchBar: Don't vexpand
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Jun 2015 10:59:18 +0000
(06:59 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/ui/gtksearchbar.ui
b/gtk/ui/gtksearchbar.ui
index ccbe268749f2220a05b69be0dfbd0e5c8e07ff44..89a27eab057cf8ff9a05cc698464a377a3efeb54 100644
(file)
--- 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>