[meld/ui-next] meldwindow: Move the spinner to a stable position



commit 5671339c24868a3cd919aaa9e64e35ea31100a1f
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Apr 13 10:17:30 2019 +1000

    meldwindow: Move the spinner to a stable position
    
    The spinner appearance is really quite bad and needs rethinking, but
    with this change it at least doesn't reposition the filter buttons when
    we show & hide it.

 meld/resources/ui/appwindow.ui | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/meld/resources/ui/appwindow.ui b/meld/resources/ui/appwindow.ui
index 02fc553d..49ee5d65 100644
--- a/meld/resources/ui/appwindow.ui
+++ b/meld/resources/ui/appwindow.ui
@@ -182,15 +182,6 @@
             <property name="pack-type">end</property>
           </packing>
         </child>
-        <child>
-          <object class="GtkSpinner" id="spinner">
-            <property name="visible">false</property>
-            <property name="can_focus">False</property>
-          </object>
-          <packing>
-            <property name="pack-type">end</property>
-          </packing>
-        </child>
         <child>
           <object class="GtkMenuButton" id="vc_filter_button">
             <property name="visible">True</property>
@@ -236,6 +227,15 @@
             <property name="pack-type">end</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkSpinner" id="spinner">
+            <property name="visible">false</property>
+            <property name="can_focus">False</property>
+          </object>
+          <packing>
+            <property name="pack-type">end</property>
+          </packing>
+        </child>
       </object>
     </child>
 


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