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:
Timm Bäder 2015-06-06 11:45:11 +02:00 committed by Matthias Clasen
parent a8191e7113
commit 6bbe48ad3d

View File

@ -26,6 +26,7 @@
<property name="visible">True</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>