From d5d76ee4513b6f3b35f5d6297116e1c8fc48be82 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Aug 2003 11:03:01 +0000 Subject: the scrolled text is correctly sized, so do not let it compete with the options box and the advanced box for availlable space --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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; -- cgit v1.2.1