summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-30 15:38:22 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-30 15:38:22 +0000
commite063a5d74143b54e23d8dd3ab32dabf0f2c5bb59 (patch)
treeb1258ee73301f2439706d3873a988ddccc963090 /perl-install/install/gtk.pm
parent064a6acd00a752f590cc4f6bb88c699740901b74 (diff)
downloaddrakx-backup-do-not-use-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar
drakx-backup-do-not-use-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.gz
drakx-backup-do-not-use-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.bz2
drakx-backup-do-not-use-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.tar.xz
drakx-backup-do-not-use-e063a5d74143b54e23d8dd3ab32dabf0f2c5bb59.zip
(create_steps_window) add spacing
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm1
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;
}