[iagno/arnaudb/wip/gtk4: 31/54] Correctly order headerbar.



commit 7793fb15e52f0ad42b9975d0e5bf2b84bd29023f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Feb 18 04:41:35 2020 +0100

    Correctly order headerbar.

 data/ui/base-headerbar.ui | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/base-headerbar.ui b/data/ui/base-headerbar.ui
index c64d632..2da8ba6 100644
--- a/data/ui/base-headerbar.ui
+++ b/data/ui/base-headerbar.ui
@@ -20,7 +20,7 @@
   <template class="BaseHeaderBar" parent="NightTimeAwareHeaderBar">
     <property name="show-title-buttons">True</property>
     <property name="has-subtitle">False</property>
-    <child>
+    <child type="start">
       <object class="GtkButton" id="go_back_button">
         <property name="visible">False</property>
         <property name="valign">center</property>
@@ -31,7 +31,7 @@
         </style>
       </object>
     </child>
-    <child>
+    <child type="start">
       <object class="GtkSeparator" id="ltr_left_separator">
         <property name="visible">False</property>
       </object>
@@ -50,7 +50,7 @@
         </child>
       </object>
     </child>
-    <child>
+    <child type="end">
       <object class="GtkStack" id="quit_button_stack">
         <property name="visible">False</property>
         <child>
@@ -71,7 +71,7 @@
         </child>
       </object>
     </child>
-    <child>
+    <child type="end">
       <object class="GtkSeparator" id="ltr_right_separator">
         <property name="visible">False</property>
         <property name="orientation">vertical</property>
@@ -80,7 +80,7 @@
         </style>
       </object>
     </child>
-    <child>
+    <child type="end">
       <object class="GtkMenuButton" id="info_button">
         <property name="valign">center</property>
         <property name="focus-on-click">False</property>


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