[glade] GladeWindow: move main menu separator before preferences item



commit 4e5cb4c390f91b7d0a90e12b2f20d127dfa8009e
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri Nov 20 19:31:00 2020 -0300

    GladeWindow: move main menu separator before preferences item
    
    Closes issue #373 "Move separator in hamburger menu one up, to be consistent with other GNOME 
applications"

 src/glade.glade | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/glade.glade b/src/glade.glade
index 6969428b..9a5fcb3f 100644
--- a/src/glade.glade
+++ b/src/glade.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.37.0 
+<!-- Generated with glade 3.39.0 
 
 Glade - A user interface designer for GTK+ and GNOME.
 Copyright (C) 2012-2018 Juan Pablo Ugarte
@@ -165,12 +165,9 @@ All he ever wanted was make you think!
           </packing>
         </child>
         <child>
-          <object class="GtkModelButton">
+          <object class="GtkSeparator">
             <property name="visible">True</property>
-            <property name="can-focus">True</property>
-            <property name="receives-default">True</property>
-            <property name="action-name">app.preferences</property>
-            <property name="text" translatable="yes">Preferences</property>
+            <property name="can-focus">False</property>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -179,9 +176,12 @@ All he ever wanted was make you think!
           </packing>
         </child>
         <child>
-          <object class="GtkSeparator">
+          <object class="GtkModelButton">
             <property name="visible">True</property>
-            <property name="can-focus">False</property>
+            <property name="can-focus">True</property>
+            <property name="receives-default">True</property>
+            <property name="action-name">app.preferences</property>
+            <property name="text" translatable="yes">Preferences</property>
           </object>
           <packing>
             <property name="expand">False</property>


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