[gnome-software] trivial: Wrap the update failure message to 60 chars to avoid making the window larger



commit 35f00829cb92ea4e07c9232561037c033d73e2d3
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jan 30 10:03:38 2014 +0000

    trivial: Wrap the update failure message to 60 chars to avoid making the window larger

 src/gnome-software.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 8455fe0..73a6905 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -1073,6 +1073,8 @@
                       <object class="GtkLabel" id="label_updates_failed">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
+                        <property name="wrap">True</property>
+                        <property name="max-width-chars">60</property>
                         <property name="label" translatable="No">Failed to get updates</property>
                         <attributes>
                           <attribute name="scale" value="1.4"/>


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