[nautilus] batch-rename-dialog: set max-width and max-height
- From: Alexandru-Ionut Pandelea <alexpandelea src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] batch-rename-dialog: set max-width and max-height
- Date: Mon, 29 Aug 2016 10:11:44 +0000 (UTC)
commit 3b60eb33460939e2d5eb2333ccab277fbb483248
Author: Carlos Soriano <csoriano gnome org>
Date: Sat Aug 27 21:38:45 2016 +0200
batch-rename-dialog: set max-width and max-height
https://bugzilla.gnome.org/show_bug.cgi?id=768311
src/resources/ui/nautilus-batch-rename-dialog.ui | 7 +++++--
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 3a1938c..2e28220 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]