summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-10 21:39:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-10 21:39:26 +0000
commitde19160a9fc5d7021ce5b9ab516e5af72b3f394e (patch)
treec7ffe589cd6fee23cd298737ff9cbccdaaef5c88 /perl-install/interactive_gtk.pm
parentf8ce98a9ff2c26b6b7e613e4c994382c509aa630 (diff)
downloaddrakx-backup-do-not-use-de19160a9fc5d7021ce5b9ab516e5af72b3f394e.tar
drakx-backup-do-not-use-de19160a9fc5d7021ce5b9ab516e5af72b3f394e.tar.gz
drakx-backup-do-not-use-de19160a9fc5d7021ce5b9ab516e5af72b3f394e.tar.bz2
drakx-backup-do-not-use-de19160a9fc5d7021ce5b9ab516e5af72b3f394e.tar.xz
drakx-backup-do-not-use-de19160a9fc5d7021ce5b9ab516e5af72b3f394e.zip
no_comment
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index 5e4764f7b..7202b96ac 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -117,7 +117,7 @@ sub ask_from_treelistW {
gtkadd($w->{window},
gtkpack($w->create_box_with_title(@$messages),
gtkpack_(new Gtk::VBox(0,7),
- 1, gtkset_usize(createScrolledWindow($tree), 300, min(400, $::windowheight - 60)),
+ 1, gtkset_usize(createScrolledWindow($tree), 300, min(350, $::windowheight - 60)),
0, $w->create_okcancel)));
$tree->set_column_auto_resize(0, 1);
$tree->set_selection_mode('browse');