[gnome-initial-setup] setup.ui: Fix indentation



commit 25d48fb71815d2b26daf33410d3850fe1dd5f10a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jun 11 19:51:45 2012 -0400

    setup.ui: Fix indentation

 gnome-initial-setup/setup.ui |  260 +++++++++++++++++++++---------------------
 1 files changed, 130 insertions(+), 130 deletions(-)
---
diff --git a/gnome-initial-setup/setup.ui b/gnome-initial-setup/setup.ui
index b1d95a8..7e19fbc 100644
--- a/gnome-initial-setup/setup.ui
+++ b/gnome-initial-setup/setup.ui
@@ -121,143 +121,143 @@
                 <property name="visible">True</property>
                 <property name="halign">start</property>
               </object>
-          <packing>
-            <property name="left-attach">1</property>
-            <property name="top-attach">1</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
+              <packing>
+                <property name="left-attach">1</property>
+                <property name="top-attach">1</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
 
-        <child>
-          <object class="GtkLabel" id="account-username-label">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">_Username</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">account-username-combo</property>
-            <property name="halign">end</property>
-            <style>
-              <class name="dim-label"/>
-            </style>
-          </object>
-          <packing>
-            <property name="left-attach">0</property>
-            <property name="top-attach">2</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkComboBoxText" id="account-username-combo">
-            <property name="visible">True</property>
-            <property name="halign">start</property>
-            <property name="has_entry">True</property>
-            <property name="entry_text_column">0</property>
-            <property name="model">account-username-model</property>
-          </object>
-          <packing>
-            <property name="left-attach">1</property>
-            <property name="top-attach">2</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
+            <child>
+              <object class="GtkLabel" id="account-username-label">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Username</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">account-username-combo</property>
+                <property name="halign">end</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">2</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkComboBoxText" id="account-username-combo">
+                <property name="visible">True</property>
+                <property name="halign">start</property>
+                <property name="has_entry">True</property>
+                <property name="entry_text_column">0</property>
+                <property name="model">account-username-model</property>
+              </object>
+              <packing>
+                <property name="left-attach">1</property>
+                <property name="top-attach">2</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
 
-        <child>
-          <object class="GtkCheckButton" id="account-password-check">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">_Require a password to use this account</property>
-            <property name="use_underline">True</property>
-          </object>
-          <packing>
-            <property name="left-attach">0</property>
-            <property name="top-attach">3</property>
-            <property name="width">2</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
+            <child>
+              <object class="GtkCheckButton" id="account-password-check">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Require a password to use this account</property>
+                <property name="use_underline">True</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">3</property>
+                <property name="width">2</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
 
-        <child>
-          <object class="GtkLabel" id="account-password-label">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">_Password</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">account-password-entry</property>
-            <property name="halign">end</property>
-            <style>
-              <class name="dim-label"/>
-            </style>
-          </object>
-          <packing>
-            <property name="left-attach">0</property>
-            <property name="top-attach">4</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkEntry" id="account-password-entry">
-            <property name="visible">True</property>
-            <property name="halign">start</property>
-            <property name="visibility">False</property>
-          </object>
-          <packing>
-            <property name="left-attach">1</property>
-            <property name="top-attach">4</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
+            <child>
+              <object class="GtkLabel" id="account-password-label">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Password</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">account-password-entry</property>
+                <property name="halign">end</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">4</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="account-password-entry">
+                <property name="visible">True</property>
+                <property name="halign">start</property>
+                <property name="visibility">False</property>
+              </object>
+              <packing>
+                <property name="left-attach">1</property>
+                <property name="top-attach">4</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
 
-        <child>
-          <object class="GtkLabel" id="account-confirm-label">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">_Confirm Password</property>
-            <property name="use_underline">True</property>
-            <property name="mnemonic_widget">account-confirm-entry</property>
-            <property name="halign">end</property>
-            <style>
-              <class name="dim-label"/>
-            </style>
-          </object>
-          <packing>
-            <property name="left-attach">0</property>
-            <property name="top-attach">5</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkEntry" id="account-confirm-entry">
-            <property name="visible">True</property>
-            <property name="halign">start</property>
-            <property name="visibility">False</property>
-          </object>
-          <packing>
-            <property name="left-attach">1</property>
-            <property name="top-attach">5</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
+            <child>
+              <object class="GtkLabel" id="account-confirm-label">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Confirm Password</property>
+                <property name="use_underline">True</property>
+                <property name="mnemonic_widget">account-confirm-entry</property>
+                <property name="halign">end</property>
+                <style>
+                  <class name="dim-label"/>
+                </style>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">5</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
+            <child>
+              <object class="GtkEntry" id="account-confirm-entry">
+                <property name="visible">True</property>
+                <property name="halign">start</property>
+                <property name="visibility">False</property>
+              </object>
+              <packing>
+                <property name="left-attach">1</property>
+                <property name="top-attach">5</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
 
-        <child>
-          <object class="GtkCheckButton" id="account-admin-check">
-            <property name="visible">True</property>
-            <property name="label" translatable="yes">_Act as administrator of this computer</property>
-            <property name="use_underline">True</property>
+            <child>
+              <object class="GtkCheckButton" id="account-admin-check">
+                <property name="visible">True</property>
+                <property name="label" translatable="yes">_Act as administrator of this computer</property>
+                <property name="use_underline">True</property>
+              </object>
+              <packing>
+                <property name="left-attach">0</property>
+                <property name="top-attach">6</property>
+                <property name="width">2</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
           </object>
-          <packing>
-            <property name="left-attach">0</property>
-            <property name="top-attach">6</property>
-            <property name="width">2</property>
-            <property name="height">1</property>
-          </packing>
         </child>
       </object>
     </child>
-      </object>
-    </child>
     <action-widgets>
       <action-widget response="-6">local-account-cancel-button</action-widget>
       <action-widget response="-5">local-account-done-button</action-widget>
@@ -377,7 +377,7 @@
                 <property name="vexpand">True</property>
                 <property name="halign">fill</property>
                 <property name="valign">fill</property>
-               <property name="model">liststore-wireless</property>
+                <property name="model">liststore-wireless</property>
                 <property name="headers-visible">False</property>
                 <property name="search-column">2</property>
                 <property name="enable-grid-lines">horizontal</property>
@@ -453,7 +453,7 @@
       <object class="GtkGrid" id="account-page">
         <property name="name">account-page</property>
         <property name="visible">False</property>
-            <property name="halign">center</property>
+        <property name="halign">center</property>
         <child>
           <object class="GtkLabel" id="account-title">
             <property name="visible">True</property>



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