[gnome-bluetooth] lib: Move row spinner to the right



commit e9ca301c332697d9f0e2f0854e415e462299d1cd
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 29 17:45:05 2016 +0100

    lib: Move row spinner to the right
    
    With the same justification as the status label, otherwise it looks
    centered in the middle of nowhere.

 lib/bluetooth-settings-row.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/bluetooth-settings-row.ui b/lib/bluetooth-settings-row.ui
index 446d9c4..d9bdd82 100644
--- a/lib/bluetooth-settings-row.ui
+++ b/lib/bluetooth-settings-row.ui
@@ -44,10 +44,10 @@
         <child>
           <object class="GtkSpinner" id="spinner">
             <property name="can_focus">False</property>
-            <property name="halign">center</property>
+            <property name="halign">end</property>
             <property name="valign">center</property>
-            <property name="margin_start">24</property>
-            <property name="margin_end">24</property>
+            <property name="margin_start">0</property>
+            <property name="margin_end">0</property>
           </object>
           <packing>
             <property name="left_attach">1</property>


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