From e47b9c9ce889aeddfc65587dae76e82c63eca061 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 15 Jul 2012 07:13:29 +0100 Subject: [PATCH] Increased maximum value for width of filenames options 250 pixels is too small now. Requested by linuxdirk (bug #3544152). --- ROX-Filer/Options.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROX-Filer/Options.xml b/ROX-Filer/Options.xml index 4265f175..efa3db6b 100644 --- a/ROX-Filer/Options.xml +++ b/ROX-Filer/Options.xml @@ -72,9 +72,9 @@ indicator'>If this is on then files which have one or more extended attributes s - Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this. + Text wider than this is broken onto two lines in Large Icons mode. In Huge Icons mode, text is wrapped when 50% wider than this. - Maximum width for the text beside a Small Icon. + Maximum width for the text beside a Small Icon. If this option is on, then small icons are arranged in columns, not rows. If this option is on, then large icons are arranged in columns, not rows. -- 2.11.4.GIT