gtkfilechooserbutton: Align the label to the left
Using GtkLabel's xalign property so the label doesn't jump around when the button gets resized. https://bugzilla.gnome.org/show_bug.cgi?id=750477
This commit is contained in:
committed by
Matthias Clasen
parent
d87769dcd5
commit
b867f1970c
@@ -32,6 +32,7 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">baseline</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes">(None)</property>
|
||||
<property name="ellipsize">end</property>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user