[nautilus] nautilus-batch-rename: batch rename with long file names



commit 51340bc9dd29836af978df182421db349f7255f7
Author: Timothy OBrien <obrien timothy a gmail com>
Date:   Thu Jan 24 01:00:40 2019 +1100

    nautilus-batch-rename: batch rename with long file names
    
    The batch rename dialog (NautilusBatchRenameDialog) is a fixed-size window. Therefore, ellipsized names 
and changes may become ambiguous to the user.
    
    This patch makes the dialog resizable so that the user can reveal the full file names.
    
    Fixes #819

 src/resources/ui/nautilus-batch-rename-dialog.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui 
b/src/resources/ui/nautilus-batch-rename-dialog.ui
index e00c209c0..be7886f36 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <template class="NautilusBatchRenameDialog" parent="GtkDialog">
-    <property name="resizable">False</property>
+    <property name="resizable">True</property>
     <property name="modal">True</property>
     <property name="height-request">563</property>
     <property name="window_position">center-on-parent</property>
@@ -47,6 +47,7 @@
                 <property name="orientation">horizontal</property>
                 <property name="spacing">15</property>
                 <property name="visible">True</property>
+                <property name="hexpand">True</property>
                 <property name="halign">center</property>
                 <property name="margin">20</property>
                 <child>
@@ -220,6 +221,8 @@
                     <property name="margin-end">40</property>
                     <property name="margin-top">0</property>
                     <property name="margin-bottom">10</property>
+                    <property name="hexpand">True</property>
+                    <property name="halign">center</property>
                     <property name="row-spacing">15</property>
                     <property name="column-spacing">6</property>
                     <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]