aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-09-13 09:54:41 +0000
committerThierry Vignaud <tv@mandriva.org>2006-09-13 09:54:41 +0000
commit6f25d3b5c02e3e937fc6b9c83dff96df75657bdc (patch)
tree0bb9d29133497f75562e5fc43d2c24ea04c65688
parent18a51f4bf9ea236939ef21c8910cb7e8c8f0d5b1 (diff)
downloadrpmdrake-6f25d3b5c02e3e937fc6b9c83dff96df75657bdc.tar
rpmdrake-6f25d3b5c02e3e937fc6b9c83dff96df75657bdc.tar.gz
rpmdrake-6f25d3b5c02e3e937fc6b9c83dff96df75657bdc.tar.bz2
rpmdrake-6f25d3b5c02e3e937fc6b9c83dff96df75657bdc.tar.xz
rpmdrake-6f25d3b5c02e3e937fc6b9c83dff96df75657bdc.zip
increase max width (needed for some locales)
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 0ce11145..e2bb0224 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1022,7 +1022,7 @@ or you already installed all of them."));
$detail_tree->set_rules_hint(1);
($typical_width) = string_size($tree, translate("Graphical Environment") . "xmms-more-vis-plugins");
- $typical_width > 500 and $typical_width = 500; #- try to not being crazy with a too large value
+ $typical_width > 600 and $typical_width = 600; #- try to not being crazy with a too large value
$typical_width < 150 and $typical_width = 150;
#- XXX : work around bug in gtk2 that clobbers display (see bugzilla #16575)
#$textcolumn->set_min_width($typical_width*0.7);