From f9d46fda06d15169d1a3bee1fe0e935931c2fe1e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 May 2005 08:33:43 +0000 Subject: fix boot style layout --- perl-install/standalone/drakboot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 4229be543..0e5857940 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -138,14 +138,15 @@ sub splash_choice() { } $splash_box->set_sensitive($theme->{enabled}); }), - 1, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $theme->{enabled}), - gtkpack__(Gtk2::VBox->new(0, 5), - N("Theme"), + 0, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $theme->{enabled}), + gtkadd(gtkcreate_frame(N("Theme")), + gtkpack__(Gtk2::VBox->new(0, 5), $theme_combo, gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Display theme\nunder console")), $theme->{keep_logo}), clicked => sub { invbool(\$theme->{keep_logo}) }) ), + ), Gtk2::VSeparator->new, gtkpack__(Gtk2::VBox->new(0, 5), $boot_pic)) ), -- cgit v1.2.1