[gnome-2048/arnaudb/wip/gtk4: 26/48] Fix UI file.




commit 3d0af6312029b8f3606292a11b837fd4f352170a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Apr 28 09:40:33 2020 +0200

    Fix UI file.

 data/game-headerbar.ui | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/game-headerbar.ui b/data/game-headerbar.ui
index 6b7d31c..627cb1c 100644
--- a/data/game-headerbar.ui
+++ b/data/game-headerbar.ui
@@ -35,12 +35,6 @@
             <property name="focus-on-click">False</property>
           </object>
         </child>
-        <child type="end">
-          <object class="GtkLabel" id="_score">
-            <property name="can-focus">False</property>
-            <property name="label">0</property>
-          </object>
-        </child>
         <child type="end">
           <object class="GtkMenuButton" id="_hamburger_button">
             <property name="halign">end</property>
@@ -52,6 +46,12 @@
             </style>
           </object>
         </child>
+        <child type="end">
+          <object class="GtkLabel" id="_score">
+            <property name="can-focus">False</property>
+            <property name="label">0</property>
+          </object>
+        </child>
       </object>
     </child>
   </template>


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