[gnome-calendar] event-widget: Fix the indentation



commit f7ef1aea65f8910f0de23ed80c6b0c2813ec6cd2
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed Jun 22 14:39:56 2022 +0200

    event-widget: Fix the indentation
    
    It was purposefully left broken in the previous commit.

 src/gui/gcal-event-widget.ui | 114 +++++++++++++++++++++----------------------
 1 file changed, 57 insertions(+), 57 deletions(-)
---
diff --git a/src/gui/gcal-event-widget.ui b/src/gui/gcal-event-widget.ui
index 5dd9ce51..da23ae89 100644
--- a/src/gui/gcal-event-widget.ui
+++ b/src/gui/gcal-event-widget.ui
@@ -31,84 +31,84 @@
           </object>
         </child>
 
-    <!-- Overflow Bin -->
-    <child>
-      <object class="GcalOverflowBin">
-        <property name="hexpand">True</property>
-        <property name="request-mode">width-for-height</property>
-        <style>
-          <class name="content" />
-        </style>
-
-        <!-- Main Stack -->
+        <!-- Overflow Bin -->
         <child>
-          <object class="AdwSqueezer" id="squeezer">
-            <property name="hexpand">False</property>
-            <property name="homogeneous">False</property>
-            <property name="orientation">vertical</property>
+          <object class="GcalOverflowBin">
+            <property name="hexpand">True</property>
+            <property name="request-mode">width-for-height</property>
+            <style>
+              <class name="content" />
+            </style>
 
-            <!-- Vertical page -->
+            <!-- Main Stack -->
             <child>
-              <object class="GtkBox" id="vertical_box">
-                <binding name="visible">
-                  <closure type="gboolean" function="get_vertical_enabled">
-                    <lookup name="event">GcalEventWidget</lookup>
-                    <lookup name="orientation">GcalEventWidget</lookup>
-                  </closure>
-                </binding>
+              <object class="AdwSqueezer" id="squeezer">
+                <property name="hexpand">False</property>
+                <property name="homogeneous">False</property>
                 <property name="orientation">vertical</property>
+
+                <!-- Vertical page -->
                 <child>
-                  <object class="GcalOverflowBin">
-                    <property name="request-mode">width-for-height</property>
+                  <object class="GtkBox" id="vertical_box">
+                    <binding name="visible">
+                      <closure type="gboolean" function="get_vertical_enabled">
+                        <lookup name="event">GcalEventWidget</lookup>
+                        <lookup name="orientation">GcalEventWidget</lookup>
+                      </closure>
+                    </binding>
+                    <property name="orientation">vertical</property>
+                    <child>
+                      <object class="GcalOverflowBin">
+                        <property name="request-mode">width-for-height</property>
+                        <child>
+                          <object class="GtkLabel">
+                            <property name="label" bind-source="timestamp_label" bind-property="label" 
bind-flags="default" />
+                            <property name="xalign">0.0</property>
+                            <style>
+                              <class name="dim-label" />
+                            </style>
+                          </object>
+                        </child>
+                      </object>
+                    </child>
                     <child>
                       <object class="GtkLabel">
-                        <property name="label" bind-source="timestamp_label" bind-property="label" 
bind-flags="default" />
+                        <property name="label" bind-source="summary_label" bind-property="label" 
bind-flags="default" />
+                        <property name="wrap">True</property>
+                        <property name="wrap-mode">word-char</property>
+                        <property name="hexpand">True</property>
                         <property name="xalign">0.0</property>
-                        <style>
-                          <class name="dim-label" />
-                        </style>
                       </object>
                     </child>
                   </object>
                 </child>
-                <child>
-                  <object class="GtkLabel">
-                    <property name="label" bind-source="summary_label" bind-property="label" 
bind-flags="default" />
-                    <property name="wrap">True</property>
-                    <property name="wrap-mode">word-char</property>
-                    <property name="hexpand">True</property>
-                    <property name="xalign">0.0</property>
-                  </object>
-                </child>
-              </object>
-            </child>
 
-            <!-- Horizontal page -->
-            <child>
-              <object class="GtkBox" id="horizontal_box">
-                <property name="spacing">4</property>
+                <!-- Horizontal page -->
                 <child>
-                  <object class="GtkLabel"  id="summary_label">
-                    <property name="hexpand">True</property>
-                    <property name="xalign">0.0</property>
-                    <property name="ellipsize">end</property>
-                  </object>
-                </child>
-                <child>
-                  <object class="GtkLabel" id="timestamp_label">
-                    <style>
-                      <class name="dim-label" />
-                    </style>
+                  <object class="GtkBox" id="horizontal_box">
+                    <property name="spacing">4</property>
+                    <child>
+                      <object class="GtkLabel"  id="summary_label">
+                        <property name="hexpand">True</property>
+                        <property name="xalign">0.0</property>
+                        <property name="ellipsize">end</property>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkLabel" id="timestamp_label">
+                        <style>
+                          <class name="dim-label" />
+                        </style>
+                      </object>
+                    </child>
                   </object>
                 </child>
+
               </object>
             </child>
-
           </object>
         </child>
       </object>
     </child>
-      </object>
-    </child>
   </template>
 </interface>


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