[file-roller] add a left padding to the "other options"



commit 59f9149c4abb4f4fccbb7f22ae42d16ed45b4692
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jun 17 11:55:46 2012 +0200

    add a left padding to the "other options"

 src/ui/batch-add-files.ui |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/ui/batch-add-files.ui b/src/ui/batch-add-files.ui
index c960e71..1dbf534 100644
--- a/src/ui/batch-add-files.ui
+++ b/src/ui/batch-add-files.ui
@@ -213,12 +213,15 @@
                   <object class="GtkExpander" id="a_other_options_expander">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="margin_top">6</property>
+                    <property name="margin_bottom">6</property>
                     <property name="expanded">True</property>
                     <child>
                       <object class="GtkAlignment" id="alignment2">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="top_padding">6</property>
+                        <property name="left_padding">12</property>
                         <child>
                           <object class="GtkTable" id="table6">
                             <property name="visible">True</property>
@@ -228,9 +231,6 @@
                             <property name="column_spacing">12</property>
                             <property name="row_spacing">6</property>
                             <child>
-                              <placeholder/>
-                            </child>
-                            <child>
                               <object class="GtkLabel" id="a_password_label">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
@@ -270,7 +270,6 @@
                                 <property name="draw_indicator">True</property>
                               </object>
                               <packing>
-                                <property name="left_attach">1</property>
                                 <property name="right_attach">2</property>
                                 <property name="top_attach">1</property>
                                 <property name="bottom_attach">2</property>



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