diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-10-08 15:56:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-10-08 15:56:35 +0000 |
commit | 6771e4934cbdd1de480f662b34e9b5f4c5bb9417 (patch) | |
tree | 8884c66539f96d4924cf3309c6610baf3b1a352d | |
parent | f0b965fdebde8542da2cce756b32db7ce26a8f31 (diff) | |
download | drakx-6771e4934cbdd1de480f662b34e9b5f4c5bb9417.tar drakx-6771e4934cbdd1de480f662b34e9b5f4c5bb9417.tar.gz drakx-6771e4934cbdd1de480f662b34e9b5f4c5bb9417.tar.bz2 drakx-6771e4934cbdd1de480f662b34e9b5f4c5bb9417.tar.xz drakx-6771e4934cbdd1de480f662b34e9b5f4c5bb9417.zip |
give more space between headers and solutions
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 4 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index dad5e9d09..f8030d83d 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -480,9 +480,9 @@ sub main { ugtk2::gtkpack2__($mainbox, $hdchoice); - my $contentbox = Gtk2::VBox->new(); + my $contentbox = Gtk2::VBox->new(0, 24); $mainbox->add($contentbox); - + my $kind = @kinds[$combobox->get_active]; my %solutions = partitionWizardSolutions($o, $all_hds, $fstab, $manual_fstab, $partitions, $partitioning_flags, $skip_mtab, diskdrake::hd_gtk::kind2hd($kind)); delete $solutions{diskdrake} if $b_nodiskdrake; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index cb8604256..1e13a808f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - partitionning_wizard: o do not fail when a windows partition is corrupted o add separator between solutions + o give more space between header and solutions Version 12.60.1 - 7 October 2009 |