diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-09-13 09:54:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-09-13 09:54:41 +0000 |
commit | 6f25d3b5c02e3e937fc6b9c83dff96df75657bdc (patch) | |
tree | 0bb9d29133497f75562e5fc43d2c24ea04c65688 | |
parent | 18a51f4bf9ea236939ef21c8910cb7e8c8f0d5b1 (diff) | |
download | rpmdrake-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-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |