summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-08-27 21:38:45 +0200
committerAlexandru Pandelea <alexandru.pandelea@gmail.com>2016-08-29 13:08:48 +0300
commit3b60eb33460939e2d5eb2333ccab277fbb483248 (patch)
treeaf4c3ea04fcb8717c73e3b43d0274c3d3d12bf3d
parentab504d9951fe36b4ce334e74d485b86ee65051b4 (diff)
downloadnautilus-3b60eb33460939e2d5eb2333ccab277fbb483248.tar.gz
batch-rename-dialog: set max-width and max-height
https://bugzilla.gnome.org/show_bug.cgi?id=768311
-rw-r--r--src/resources/ui/nautilus-batch-rename-dialog.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui b/src/resources/ui/nautilus-batch-rename-dialog.ui
index 3a1938c41..2e28220c4 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -287,12 +287,15 @@
</child>
<child>
<object class="GtkScrolledWindow" id="scrolled_window">
- <property name="height_request">250</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">False</property>
<property name="vexpand">True</property>
<property name="shadow_type">in</property>
+ <property name="max-content-height">250</property>
+ <property name="min-content-height">250</property>
+ <property name="max-content-width">600</property>
+ <property name="min-content-width">600</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
@@ -499,4 +502,4 @@
<property name="relative-to">numbering_order_button</property>
<signal name="closed" handler="numbering_order_popover_closed" swapped="yes" />
</object>
-</interface> \ No newline at end of file
+</interface>