[nautilus] batch-rename: fix stack child height



commit 76cefc82950cafcd8390c9c3bfdd8492083dfa63
Author: Alexandru Pandelea <alexandru pandelea gmail com>
Date:   Tue Feb 7 21:32:54 2017 +0200

    batch-rename: fix stack child height
    
    With numbering added, the format mode stack child is slightly smaller
    than the replace one, so the scrolled window height is slightly
    changing when switching between modes.
    
    The problem is that the row spacing in the replace stack child is
    greater by 1px than the spacing in the format stack child.
    
    To fix this make the replace stack child have the same row spacing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778272

 src/resources/ui/nautilus-batch-rename-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/nautilus-batch-rename-dialog.ui 
b/src/resources/ui/nautilus-batch-rename-dialog.ui
index c01a8fa..9438288 100644
--- a/src/resources/ui/nautilus-batch-rename-dialog.ui
+++ b/src/resources/ui/nautilus-batch-rename-dialog.ui
@@ -220,7 +220,7 @@
                     <property name="margin-right">40</property>
                     <property name="margin-top">0</property>
                     <property name="margin-bottom">10</property>
-                    <property name="row-spacing">16</property>
+                    <property name="row-spacing">15</property>
                     <property name="column-spacing">6</property>
                     <child>
                       <object class="GtkLabel" id="existing_text_label">


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