[gnome-control-center/wip/gbsneto/new-goa-panel: 15/23] online-accounts: fix indentation



commit 365dc6d8c8feb26a05fb70d92430ee61ac6aee47
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Nov 10 13:03:27 2016 -0200

    online-accounts: fix indentation
    
    To not clutter the previous commit, the indentation of the
    UI file was not changed. This commit does nothing but fix
    the indentation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774222

 panels/online-accounts/online-accounts.ui |  104 ++++++++++++++--------------
 1 files changed, 52 insertions(+), 52 deletions(-)
---
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index d46b5d2..6cffc6b 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -66,73 +66,73 @@
             </child>
           </object>
         </child>
-    <child>
-      <object class="GtkScrolledWindow">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="hscrollbar_policy">never</property>
-        <property name="min_content_height">350</property>
         <child>
-          <object class="GtkBox">
+          <object class="GtkScrolledWindow">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="orientation">vertical</property>
-            <property name="spacing">18</property>
-            <property name="margin">18</property>
+            <property name="can_focus">True</property>
+            <property name="hscrollbar_policy">never</property>
+            <property name="min_content_height">350</property>
             <child>
-              <object class="GtkLabel">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Connect to your data in the cloud</property>
-                <attributes>
-                  <attribute name="scale" value="1.66" />
-                </attributes>
-              </object>
-            </child>
-            <child>
-              <object class="GtkFrame" id="accounts_frame">
+              <object class="GtkBox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="orientation">vertical</property>
+                <property name="spacing">18</property>
+                <property name="margin">18</property>
                 <child>
-                  <object class="GtkListBox" id="accounts_listbox">
+                  <object class="GtkLabel">
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="selection_mode">none</property>
-                    <signal name="row-activated" handler="on_listbox_row_activated" object="CcGoaPanel" 
swapped="no" />
+                    <property name="can_focus">False</property>
+                    <property name="label" translatable="yes">Connect to your data in the cloud</property>
+                    <attributes>
+                      <attribute name="scale" value="1.66" />
+                    </attributes>
                   </object>
                 </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkLabel">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="margin-top">24</property>
-                <property name="xalign">0</property>
-                <property name="label" translatable="yes">Add an account</property>
-                <attributes>
-                  <attribute name="weight" value="bold" />
-                </attributes>
-              </object>
-            </child>
-            <child>
-              <object class="GtkFrame">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
                 <child>
-                  <object class="GtkListBox" id="providers_listbox">
+                  <object class="GtkFrame" id="accounts_frame">
                     <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="selection_mode">none</property>
-                    <signal name="row-activated" handler="on_provider_row_activated" object="CcGoaPanel" 
swapped="no" />
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkListBox" id="accounts_listbox">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="selection_mode">none</property>
+                        <signal name="row-activated" handler="on_listbox_row_activated" object="CcGoaPanel" 
swapped="no" />
+                      </object>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkLabel">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="margin-top">24</property>
+                    <property name="xalign">0</property>
+                    <property name="label" translatable="yes">Add an account</property>
+                    <attributes>
+                      <attribute name="weight" value="bold" />
+                    </attributes>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkFrame">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <child>
+                      <object class="GtkListBox" id="providers_listbox">
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="selection_mode">none</property>
+                        <signal name="row-activated" handler="on_provider_row_activated" object="CcGoaPanel" 
swapped="no" />
+                      </object>
+                    </child>
                   </object>
                 </child>
               </object>
             </child>
-          </object>
-        </child>
-    </object>
-  </child>
+        </object>
+      </child>
     </object>
   </child>
   </template>


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