nautilus-toolbar: use max-content-height

https://bugzilla.gnome.org/show_bug.cgi?id=754614
This commit is contained in:
Alessandro Bono 2016-08-28 16:09:14 +02:00
parent 09c0625d03
commit 5fa030f656

View file

@ -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>