summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAlessandro Bono <abono@gnome.org>2016-08-28 16:09:14 +0200
committerAlessandro Bono <abono@gnome.org>2016-08-29 10:03:18 +0200
commit5fa030f656e367d4d37760e14f3dd2bb348feb60 (patch)
treef2ecda68128e4c1092497f33bd821aa3c6af8752 /src/resources
parent09c0625d03f5d8694d65f76ae79b3ea4eb343ed1 (diff)
downloadnautilus-5fa030f656e367d4d37760e14f3dd2bb348feb60.tar.gz
nautilus-toolbar: use max-content-height
https://bugzilla.gnome.org/show_bug.cgi?id=754614
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/ui/nautilus-toolbar.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index e19334b55..325c143f2 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>