From e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Jul 2008 15:38:22 +0000 Subject: (create_steps_window) add spacing --- perl-install/install/gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index f95a478b6..59201f8d1 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -143,6 +143,7 @@ sub create_steps_window { gtknew('Window', width => ($::stepswidth - $offset), widget_name => 'Steps', title => 'Steps', position => [ lang::text_direction_rtl() ? $::rootwidth - $::stepswidth : $offset, 0 ], child => gtknew('VBox', spacing => 6, children_tight => \@l)); + $o->{steps_window}->show; } -- cgit v1.2.1