summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-11-29 17:45:05 +0100
committerBastien Nocera <hadess@hadess.net>2016-11-29 17:45:05 +0100
commite9ca301c332697d9f0e2f0854e415e462299d1cd (patch)
tree4175bd00a5a41baa26e1b1af0a6f107822243716
parent577fbbafcec20d9922e622f933e19e776f1c802e (diff)
downloadgnome-bluetooth-e9ca301c332697d9f0e2f0854e415e462299d1cd.tar.gz
lib: Move row spinner to the right
With the same justification as the status label, otherwise it looks centered in the middle of nowhere.
-rw-r--r--lib/bluetooth-settings-row.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bluetooth-settings-row.ui b/lib/bluetooth-settings-row.ui
index 446d9c45..d9bdd82a 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>