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:
parent
b2b04f82fa
commit
c7bda5467b
1 changed files with 1 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue