[nautilus] nautilus-toolbar.ui: propagate operations popover children height



commit 2f878b79c43676eef37e00a1e1d4b1572d2cf341
Author: Ernestas Kulik <ernestask src gnome org>
Date:   Sat Sep 3 16:37:47 2016 +0300

    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

 src/resources/ui/nautilus-toolbar.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 325c143..0c435b7 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>


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