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



commit e370aebac4e50c85040c090cd946ab0b4f3b8e6d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu May 5 12:45:35 2022 +0200

    event-widget: Fix the indentation

 src/gui/gcal-event-widget.ui | 140 +++++++++++++++++++++----------------------
 1 file changed, 70 insertions(+), 70 deletions(-)
---
diff --git a/src/gui/gcal-event-widget.ui b/src/gui/gcal-event-widget.ui
index d97e0cd0..111741d2 100644
--- a/src/gui/gcal-event-widget.ui
+++ b/src/gui/gcal-event-widget.ui
@@ -25,87 +25,87 @@
       <object class="GcalOverflowBin">
         <property name="request-mode">width-for-height</property>
 
-    <!-- Main Stack -->
-    <child>
-      <object class="AdwSqueezer" id="squeezer">
-        <property name="hexpand">False</property>
-        <property name="homogeneous">False</property>
-        <property name="margin-top">1</property>
-        <property name="margin-bottom">1</property>
-        <property name="margin-start">6</property>
-        <property name="margin-end">4</property>
-        <property name="orientation">vertical</property>
-
-        <!-- 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="margin-top">1</property>
+            <property name="margin-bottom">1</property>
+            <property name="margin-start">6</property>
+            <property name="margin-end">4</property>
             <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="hour_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="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>
-            <child>
-              <object class="GtkBox" id="color_box">
-                <property name="halign">center</property>
-                <property name="valign">center</property>
-                <property name="width-request">16</property>
-                <property name="height-request">16</property>
-                <style>
-                  <class name="icon-box" />
-                </style>
-              </object>
-            </child>
+            <!-- Vertical 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 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="hour_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="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="GtkLabel" id="hour_label">
-                <style>
-                  <class name="dim-label" />
-                </style>
+              <object class="GtkBox" id="horizontal_box">
+                <property name="spacing">4</property>
+                <child>
+                  <object class="GtkBox" id="color_box">
+                    <property name="halign">center</property>
+                    <property name="valign">center</property>
+                    <property name="width-request">16</property>
+                    <property name="height-request">16</property>
+                    <style>
+                      <class name="icon-box" />
+                    </style>
+                  </object>
+                </child>
+                <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="hour_label">
+                    <style>
+                      <class name="dim-label" />
+                    </style>
+                  </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]