summaryrefslogtreecommitdiff
path: root/gtk/ui
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-06-06 11:45:11 +0200
committerMatthias Clasen <mclasen@redhat.com>2015-06-06 22:32:07 -0400
commit6bbe48ad3dda6e7b75520e2488e0ec0158ac9eed (patch)
tree9f69d2c8d0709fefc471a011739706ec61fddf04 /gtk/ui
parenta8191e7113672abbfdfe5d2f62c6eeddf730c9dd (diff)
downloadgtk+-6bbe48ad3dda6e7b75520e2488e0ec0158ac9eed.tar.gz
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
Diffstat (limited to 'gtk/ui')
-rw-r--r--gtk/ui/gtkfilechooserbutton.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtkfilechooserbutton.ui b/gtk/ui/gtkfilechooserbutton.ui
index 8f5cbdc987..bb4cd88e47 100644
--- a/gtk/ui/gtkfilechooserbutton.ui
+++ b/gtk/ui/gtkfilechooserbutton.ui
@@ -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>