summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-batch-rename-dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/ui/nautilus-batch-rename-dialog.ui')
-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>