[gnome-control-center] region: Add a missing xalign in the format-chooser



commit c7bda5467b8e7e5ea369e5b35d4abe5e524ac841
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 1 15:03:38 2013 -0400

    region: Add a missing xalign in the format-chooser
    
    The 'Measurement' label wasn't right-aligned, and only worked
    because it is the longest. Pointed out in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707162

 panels/region/format-chooser.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/region/format-chooser.ui b/panels/region/format-chooser.ui
index 7b477ca..cb6a56b 100644
--- a/panels/region/format-chooser.ui
+++ b/panels/region/format-chooser.ui
@@ -246,6 +246,7 @@
                   <object class="GtkLabel" id="label6">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="xalign">1</property>
                     <property name="label" translatable="yes">Measurement</property>
                     <style>
                       <class name="dim-label"/>


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