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
This commit is contained in:
Matthias Clasen 2013-09-01 15:03:38 -04:00
parent b2b04f82fa
commit c7bda5467b

View file

@ -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"/>