From e366cd580005d0a964c7d10f71bb45ee73be7f94 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2008 17:30:49 +0000 Subject: (create_steps_window) put left window at top now that we do not have a separate logo window anymore --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') 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; } -- cgit v1.2.1