From d708765778215d877d8c2e31b770775cc8e20bfe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2008 17:32:44 +0000 Subject: (create_steps_window) align step titles to the right too --- perl-install/install/gtk.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 65b05744e..e42b7542f 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -111,8 +111,9 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { - gtknew('HBox', children_tight => [ - gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') + gtknew('HBox', children => [ + 1, '', + 0, gtknew('Label', text_markup => '' . $_[0] . '', widget_name => 'Step-categories') ]); }; -- cgit v1.2.1