summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-21 11:03:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-21 11:03:01 +0000
commitd5d76ee4513b6f3b35f5d6297116e1c8fc48be82 (patch)
treea7e68be14bf11651dd96700bc5a8501e58b175c2 /perl-install/ugtk2.pm
parent89ce12e32895526773e06c14fbc56b3499f8269f (diff)
downloaddrakx-backup-do-not-use-d5d76ee4513b6f3b35f5d6297116e1c8fc48be82.tar
drakx-backup-do-not-use-d5d76ee4513b6f3b35f5d6297116e1c8fc48be82.tar.gz
drakx-backup-do-not-use-d5d76ee4513b6f3b35f5d6297116e1c8fc48be82.tar.bz2
drakx-backup-do-not-use-d5d76ee4513b6f3b35f5d6297116e1c8fc48be82.tar.xz
drakx-backup-do-not-use-d5d76ee4513b6f3b35f5d6297116e1c8fc48be82.zip
the scrolled text is correctly sized, so do not let it compete with
the options box and the advanced box for availlable space
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 4bbd165ea..59465782b 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -313,7 +313,7 @@ sub create_box_with_title {
chomp(my $text = join("\n", @_));
my $scroll = create_scrolled_window(gtktext_insert($wtext, $text));
$scroll->set_size_request(400, $o->{box_size});
- gtkpack($box, $scroll);
+ gtkpack_($box, 0, $scroll);
} else {
my $a = !$::no_separator;
undef $::no_separator;