From 927eda26faac35eb9de15d92a7b6de7e51ab4435 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2008 17:31:11 +0000 Subject: align installation steps to the right, not the left --- perl-install/install/gtk.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index c415dc8dc..65b05744e 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -127,7 +127,11 @@ sub create_steps_window { my $img = gtknew('Image', file => 'steps_off.png'); $steps{steps}{$_}{img} = $img; $steps{steps}{$_}{raw_text} = translate($o->{steps}{$_}{text}); - push @l, gtknew('HBox', spacing => 7, children_tight => [ '', '', $img, $steps{steps}{$_}{text} = gtknew('Label', text => $steps{steps}{$_}{raw_text}) ]); + push @l, gtknew('HBox', spacing => 7, children => [ + 1, '', + 0, $steps{steps}{$_}{text} = gtknew('Label', text => $steps{steps}{$_}{raw_text}), + 0, $img, + ]); } my $offset = 20; -- cgit v1.2.1