diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-11 17:30:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-11 17:30:22 +0000 |
commit | 6fe665caea80f8f8996abde57a3891d920a93b68 (patch) | |
tree | a17702b200a5d32030570b5f16ed1cb1f9580f48 | |
parent | 556417b34baa686694f48341c60effb171f56b43 (diff) | |
download | drakx-backup-do-not-use-6fe665caea80f8f8996abde57a3891d920a93b68.tar drakx-backup-do-not-use-6fe665caea80f8f8996abde57a3891d920a93b68.tar.gz drakx-backup-do-not-use-6fe665caea80f8f8996abde57a3891d920a93b68.tar.bz2 drakx-backup-do-not-use-6fe665caea80f8f8996abde57a3891d920a93b68.tar.xz drakx-backup-do-not-use-6fe665caea80f8f8996abde57a3891d920a93b68.zip |
(reallyChooseDesktop) add a separator between button and preview
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 830d7613c..8fb1a4973 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -261,6 +261,7 @@ sub reallyChooseDesktop { gtkpack_(Gtk2::VBox->new, 0, N("Here's a preview of the '%s' desktop.", $val->[1]), 1, gtknew('Image', file => "desktop-$val->[0]-big"), + 0, Gtk2::HSeparator->new, 0, gtkpack(create_hbox('end'), gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit }) ), |