[nautilus-actions] Move labels two pixels to right



commit 98a29f68c20a21ca3b34812f54ee776ada8fb6fd
Author: Pierre Wieser <pwieser trychlos org>
Date:   Fri Oct 9 11:41:41 2009 +0200

    Move labels two pixels to right

 src/nact/nautilus-actions-config-tool.ui |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index 5c38dc9..6dcbb1c 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -1014,10 +1014,10 @@ Defining several profiles lets you have several commands, each applying with a d
         <child>
           <object class="GtkFileChooserWidget" id="ImportFileChooser">
             <property name="visible">True</property>
-            <property name="select_multiple">True</property>
+            <property name="preview_widget_active">False</property>
             <property name="local_only">False</property>
             <property name="use_preview_label">False</property>
-            <property name="preview_widget_active">False</property>
+            <property name="select_multiple">True</property>
           </object>
           <packing>
             <property name="position">0</property>
@@ -1073,7 +1073,7 @@ Defining several profiles lets you have several commands, each applying with a d
                           <object class="GtkLabel" id="NoImportLabel">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
-                            <property name="xpad">14</property>
+                            <property name="xpad">16</property>
                             <property name="label" translatable="yes">This used to be the historical behavior.
 The selected file will be marked as "NOT OK" in the Summary page.
 The existing action will not be modified.</property>
@@ -1117,7 +1117,7 @@ The existing action will not be modified.</property>
                           <object class="GtkLabel" id="RenumberLabel">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
-                            <property name="xpad">14</property>
+                            <property name="xpad">16</property>
                             <property name="label" translatable="yes">The selected file will be imported with a slightly modified label indicating the renumbering.
 The existing action will not be modified.</property>
                             <property name="wrap">True</property>
@@ -1161,7 +1161,7 @@ The existing action will not be modified.</property>
                           <object class="GtkLabel" id="OverrideLabel">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
-                            <property name="xpad">14</property>
+                            <property name="xpad">16</property>
                             <property name="label" translatable="yes">The action found in the selected file will silently override the current action which has the same identifiant.
 Be warned: you will not be prompted another time. This mode may be dangerous.</property>
                             <property name="wrap">True</property>
@@ -2046,16 +2046,16 @@ Be warned: you will not be prompted another time. This mode may be dangerous.	</
   </object>
   <object class="GtkSizeGroup" id="CommandLabelSizeGroup">
     <widgets>
-      <widget name="ProfileLabelLabel"/>
-      <widget name="CommandPathLabel"/>
-      <widget name="CommandParametersLabel"/>
       <widget name="CommandExamplePreLabel"/>
+      <widget name="CommandParametersLabel"/>
+      <widget name="CommandPathLabel"/>
+      <widget name="ProfileLabelLabel"/>
     </widgets>
   </object>
   <object class="GtkSizeGroup" id="CommandButtonSizeGroup">
     <widgets>
-      <widget name="CommandPathButton"/>
       <widget name="CommandLegendButton"/>
+      <widget name="CommandPathButton"/>
     </widgets>
   </object>
 </interface>



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