From 6f25d3b5c02e3e937fc6b9c83dff96df75657bdc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 Sep 2006 09:54:41 +0000 Subject: increase max width (needed for some locales) --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1