summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-13 19:03:31 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-13 19:09:41 +0100
commit0a5191510785721787eabb6e0e116a8782a8b2d7 (patch)
tree1d069f8e668a7304a617f1cb4ca77575b43dd672
parentbbfac5f58969903fd3bf12932c14298a833044e2 (diff)
downloadnautilus-0a5191510785721787eabb6e0e116a8782a8b2d7.tar.gz
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
-rw-r--r--src/nautilus-progress-info-widget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-progress-info-widget.xml b/src/nautilus-progress-info-widget.xml
index 3eace47df..3aee042e3 100644
--- a/src/nautilus-progress-info-widget.xml
+++ b/src/nautilus-progress-info-widget.xml
@@ -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>