[nautilus] nautilus-toolbar: use max-content-height



commit 5fa030f656e367d4d37760e14f3dd2bb348feb60
Author: Alessandro Bono <abono gnome org>
Date:   Sun Aug 28 16:09:14 2016 +0200

    nautilus-toolbar: use max-content-height
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754614

 src/resources/ui/nautilus-toolbar.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index e19334b..325c143 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -190,7 +190,7 @@
       <object class="GtkScrolledWindow">
         <property name="visible">True</property>
         <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
-        <property name="min-content-height">270</property>
+        <property name="max-content-height">270</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]