diff options
-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 b5139ba0b..5cc8ab7ae 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -129,7 +129,7 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { gtknew('HBox', children_tight => [ - gtknew('Label', text => $_[0], widget_name => 'Step-categories') + gtknew('Label', text_markup => '<b><u>' . $_[0] . '</u></b>', widget_name => 'Step-categories') ]); }; |