[gtk+] about dialog: Make labels wrap at reasonable length



commit e036028402dc6d4cbe8715755969db93e940b0b7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Dec 1 16:18:07 2013 -0500

    about dialog: Make labels wrap at reasonable length
    
    Several labels in GtkAboutDialog are set to wrap, but
    don't set a value for max-width-chars. Fix that.

 gtk/gtkaboutdialog.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.ui b/gtk/gtkaboutdialog.ui
index f26c6d9..9453ec5 100644
--- a/gtk/gtkaboutdialog.ui
+++ b/gtk/gtkaboutdialog.ui
@@ -152,6 +152,7 @@
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no-show-all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -194,6 +195,7 @@
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no_show_all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -210,6 +212,7 @@
                         <property name="wrap">True</property>
                         <property name="selectable">True</property>
                         <property name="no-show-all">True</property>
+                        <property name="max-width-chars">60</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>


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