[gnome-todo] welcome: Move welcome label to below the buttons



commit 68f8afa0fcb85341a9e1af924ab051099f2a0757
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri May 7 09:55:06 2021 -0300

    welcome: Move welcome label to below the buttons

 src/plugins/welcome/gtd-welcome-workspace.ui | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/src/plugins/welcome/gtd-welcome-workspace.ui b/src/plugins/welcome/gtd-welcome-workspace.ui
index 829b265f..bf979119 100644
--- a/src/plugins/welcome/gtd-welcome-workspace.ui
+++ b/src/plugins/welcome/gtd-welcome-workspace.ui
@@ -21,17 +21,6 @@
         <property name="halign">center</property>
         <property name="orientation">vertical</property>
 
-        <child type="start">
-          <object class="GtkLabel" id="welcome_label">
-            <property name="vexpand">true</property>
-            <property name="wrap">true</property>
-            <property name="justify">center</property>
-            <style>
-              <class name="welcome-title" />
-            </style>
-          </object>
-        </child>
-
         <child type="center">
           <object class="GtkBox">
             <property name="hexpand">true</property>
@@ -66,6 +55,20 @@
           </object>
         </child>
 
+        <!-- Welcome label -->
+        <child type="end">
+          <object class="GtkLabel" id="welcome_label">
+            <property name="vexpand">true</property>
+            <property name="valign">start</property>
+            <property name="wrap">true</property>
+            <property name="justify">center</property>
+            <property name="margin-top">24</property>
+            <style>
+              <class name="welcome-title" />
+            </style>
+          </object>
+        </child>
+
       </object>
     </child>
 


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