aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 98351a1a..e35c2759 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -423,6 +423,7 @@ or you already installed all of them."));
$tree->set_column_auto_resize($_, 1) foreach 0..2;
my $typical_width = $tree->get_style->font->string_width("Develop xmms-more-vis-plugins-1.6.0.0-2mdk");
$typical_width > 500 and $typical_width = 500; #- try to not being crazy with a too large value
+ $typical_width < 150 and $typical_width = 150;
$tree->set_column_max_width(0, $typical_width);
$tree->signal_connect(tree_expand => sub {
#- hackish: if first child has '' as name, then we need to expand on the fly