[nautilus] progress-info-widget: increment max chars



commit 6a44cae1ade808ac2a9937414423b2e121333fc0
Author: Carlos Soriano <csoriano gnome org>
Date:   Fri Nov 13 19:03:31 2015 +0100

    progress-info-widget: increment max chars
    
    On languages different than English was not enough, making the
    text not understandable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754968

 src/resources/ui/nautilus-progress-info-widget.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/nautilus-progress-info-widget.ui 
b/src/resources/ui/nautilus-progress-info-widget.ui
index 3eace47..3aee042 100644
--- a/src/resources/ui/nautilus-progress-info-widget.ui
+++ b/src/resources/ui/nautilus-progress-info-widget.ui
@@ -10,7 +10,7 @@
         <property name="visible">True</property>
         <property name="xalign">0</property>
         <property name="width-request">300</property>
-        <property name="max-width-chars">30</property>
+        <property name="max-width-chars">40</property>
         <property name="ellipsize">middle</property>
         <property name="margin-bottom">6</property>
       </object>


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