diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-07-30 15:38:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-07-30 15:38:22 +0000 |
commit | e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59 (patch) | |
tree | b1258ee73301f2439706d3873a988ddccc963090 /perl-install/install/gtk.pm | |
parent | 064a6acd00a752f590cc4f6bb88c699740901b74 (diff) | |
download | drakx-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar drakx-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.gz drakx-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.bz2 drakx-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.xz drakx-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.zip |
(create_steps_window) add spacing
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |