diff options
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index e076b5075..c415dc8dc 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -133,7 +133,7 @@ sub create_steps_window { my $offset = 20; $o->{steps_window} = gtknew('Window', width => ($::stepswidth - $offset), widget_name => 'Steps', - position => [ lang::text_direction_rtl() ? $::rootwidth - $::stepswidth : $offset, 150 ], + position => [ lang::text_direction_rtl() ? $::rootwidth - $::stepswidth : $offset, 0 ], child => gtknew('VBox', spacing => 6, children_tight => \@l)); $o->{steps_window}->show; } |