[gnome-initial-setup] goa: Fix alignment of subtitle



commit a973a333e3da39b568414f53274a289b93ff4fbd
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 16 20:28:14 2014 -0400

    goa: Fix alignment of subtitle
    
    As this is a multi-line subtitle, it should be left-aligned with
    the list below it. Make it so.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734808

 gnome-initial-setup/pages/goa/gis-goa-page.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/goa/gis-goa-page.ui b/gnome-initial-setup/pages/goa/gis-goa-page.ui
index bb3b70e..a788460 100644
--- a/gnome-initial-setup/pages/goa/gis-goa-page.ui
+++ b/gnome-initial-setup/pages/goa/gis-goa-page.ui
@@ -57,6 +57,7 @@
             <property name="justify">left</property>
             <property name="wrap">True</property>
             <property name="max-width-chars">50</property>
+            <property name="xalign">0</property>
           </object>
           <packing>
             <property name="expand">False</property>


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