[gtk+/gtk-3-16] gtkfilechooserbutton: Align the label to the left



commit b867f1970cbd122dcb71ea387908b286325ae1f5
Author: Timm Bäder <mail baedert org>
Date:   Sat Jun 6 11:45:11 2015 +0200

    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

 gtk/ui/gtkfilechooserbutton.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserbutton.ui b/gtk/ui/gtkfilechooserbutton.ui
index a360138..c6ca78e 100644
--- a/gtk/ui/gtkfilechooserbutton.ui
+++ b/gtk/ui/gtkfilechooserbutton.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]