[calls] main-window: Fix the indentation



commit d4ee8b4bc9c022170a527a590829ae323c211ff1
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jul 15 09:36:50 2021 +0200

    main-window: Fix the indentation
    
    It was purposefully left broken to ease code review.

 src/ui/main-window.ui | 78 +++++++++++++++++++++++++--------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)
---
diff --git a/src/ui/main-window.ui b/src/ui/main-window.ui
index d2fcf377..7b6364c9 100644
--- a/src/ui/main-window.ui
+++ b/src/ui/main-window.ui
@@ -30,62 +30,62 @@
             </child>
           </object>
         </child>
-    <child>
-      <object class="GtkOverlay">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <child type="overlay">
-          <object class="CallsInAppNotification" id="in_app_notification">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-          </object>
-        </child>
         <child>
-          <object class="GtkBox">
+          <object class="GtkOverlay">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="orientation">vertical</property>
+            <child type="overlay">
+              <object class="CallsInAppNotification" id="in_app_notification">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+              </object>
+            </child>
             <child>
-              <object class="GtkRevealer" id="permanent_error_revealer">
+              <object class="GtkBox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="reveal_child">True</property>
+                <property name="orientation">vertical</property>
                 <child>
-                  <object class="GtkLabel" id="permanent_error_label">
-                    <property name="justify">center</property>
-                    <property name="wrap">True</property>
+                  <object class="GtkRevealer" id="permanent_error_revealer">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">No modem found</property>
-                    <style>
-                      <class name="error-state-message"/>
-                    </style>
+                    <property name="reveal_child">True</property>
+                    <child>
+                      <object class="GtkLabel" id="permanent_error_label">
+                        <property name="justify">center</property>
+                        <property name="wrap">True</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="label" translatable="yes">No modem found</property>
+                        <style>
+                          <class name="error-state-message"/>
+                        </style>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+                <child>
+                  <object class="GtkStack" id="main_stack">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="homogeneous">False</property>
+                    <property name="expand">True</property>
+                  </object>
+                </child>
+                <child>
+                  <object class="HdyViewSwitcherBar" id="switcher_bar">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="stack">main_stack</property>
+                    <property name="reveal" bind-source="title_switcher" bind-property="title-visible" 
bind-flags="sync-create"/>
                   </object>
                 </child>
-              </object>
-            </child>
-            <child>
-              <object class="GtkStack" id="main_stack">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="homogeneous">False</property>
-                <property name="expand">True</property>
-              </object>
-            </child>
-            <child>
-              <object class="HdyViewSwitcherBar" id="switcher_bar">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-                <property name="stack">main_stack</property>
-                <property name="reveal" bind-source="title_switcher" bind-property="title-visible" 
bind-flags="sync-create"/>
               </object>
             </child>
           </object>
         </child>
       </object>
     </child>
-      </object>
-    </child>
   </template>
 
   <object class="GtkDialog" id="ussd_dialog">


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