From 659a94636777910f509451f196d4faa710d068f7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Aug 2008 12:22:13 +0000 Subject: (create_steps_window) align category titles like step ones --- 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 9f3b30b56..36855f148 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -115,9 +115,10 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { - gtknew('HBox', children => [ + gtknew('HBox', spacing => 7, children => [ 1, '', - 0, gtknew('Label', text_markup => '' . uc($_[0]) . '', widget_name => 'Step-categories') + 0, gtknew('Label', text_markup => '' . uc($_[0]) . '', widget_name => 'Step-categories'), + 0, gtknew('Image', file => 'steps_off.png'), ]); }; -- cgit v1.2.1