[gnome-packagekit] trivial: allow word wrapping in the error dialog to make sure it's not too wide to display



commit 0e3a8baa80b81acf85167123e21947dbcf847d19
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jan 7 11:20:12 2010 +0000

    trivial: allow word wrapping in the error dialog to make sure it's not too wide to display

 data/gpk-error.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/gpk-error.ui b/data/gpk-error.ui
index b951ed4..0e19270 100644
--- a/data/gpk-error.ui
+++ b/data/gpk-error.ui
@@ -75,6 +75,7 @@
                       <object class="GtkLabel" id="label_message">
                         <property name="visible">True</property>
                         <property name="label">The human readable error message.</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]