summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stadelmann <dev@genodeftest.de>2016-08-29 13:58:10 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-08-30 19:17:15 +0200
commit7ec3cbee243e52861d7cac2d7c13fc3eff55b758 (patch)
tree7e1af3e3ba97fe1033ffeef75052511d5d422b27
parent1686ce84fb398a36c3df659afe37be7545f42e3e (diff)
downloadnautilus-7ec3cbee243e52861d7cac2d7c13fc3eff55b758.tar.gz
nautilus-window.ui: don't allow main_view to shrink
In nautilus' main window, the right side container (GtkOverlay: main_view) can be resized to have a width of 0. This might render nautilus unusable for some users. This change prevents shrinking main_view. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=767573
-rw-r--r--src/resources/ui/nautilus-window.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-window.ui b/src/resources/ui/nautilus-window.ui
index 64bd8ea4f..0088ed455 100644
--- a/src/resources/ui/nautilus-window.ui
+++ b/src/resources/ui/nautilus-window.ui
@@ -196,6 +196,9 @@
</object>
</child>
</object>
+ <packing>
+ <property name="shrink">False</property>
+ </packing>
</child>
</object>
</child>