forked from AuroraMiddleware/gtk
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:
parent
a8191e7113
commit
6bbe48ad3d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user