summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2016-09-03 16:37:47 +0300
committerErnestas Kulik <ernestask@src.gnome.org>2016-09-08 21:59:35 +0300
commit2f878b79c43676eef37e00a1e1d4b1572d2cf341 (patch)
treeb5200a2726ed55d2e2bd12c4c25df5d071c89909
parentbe2dd9b8e6060691a7cc425a6209fe0d6088b579 (diff)
downloadnautilus-2f878b79c43676eef37e00a1e1d4b1572d2cf341.tar.gz
nautilus-toolbar.ui: propagate operations popover children height
Without propagating the natural height of the children of the operations popover, it does not grow vertically. https://bugzilla.gnome.org/show_bug.cgi?id=770778
-rw-r--r--src/resources/ui/nautilus-toolbar.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 325c143f2..0c435b7f8 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -191,6 +191,7 @@
<property name="visible">True</property>
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
<property name="max-content-height">270</property>
+ <property name="propagate-natural-height">True</property>
<child>
<object class="GtkBox" id="operations_container">
<property name="orientation">vertical</property>