[gnome-control-center] color: Allow the help text to wrap normally to avoid making the window bigger



commit b35fac0b2a70bd87bd9dd9467236b967a4cb7f40
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 21 15:01:42 2012 +0000

    color: Allow the help text to wrap normally to avoid making the window bigger

 panels/color/color.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/color/color.ui b/panels/color/color.ui
index 0e186ea..140674d 100644
--- a/panels/color/color.ui
+++ b/panels/color/color.ui
@@ -142,7 +142,9 @@
               <object class="GtkLabel" id="label_intro">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">Each device needs an up to date color profile to be color managed.</property>
+                <property name="wrap">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>



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