diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:06:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:06:03 +0000 |
commit | e6bb11f3af32271c71918eab827ee62fb0587ade (patch) | |
tree | f9ec933146519f79f50aa9ad35143c2008524c1d /perl-install | |
parent | 468fd2241e38177ee0ecd7ada279c5b3613c3b70 (diff) | |
download | drakx-e6bb11f3af32271c71918eab827ee62fb0587ade.tar drakx-e6bb11f3af32271c71918eab827ee62fb0587ade.tar.gz drakx-e6bb11f3af32271c71918eab827ee62fb0587ade.tar.bz2 drakx-e6bb11f3af32271c71918eab827ee62fb0587ade.tar.xz drakx-e6bb11f3af32271c71918eab827ee62fb0587ade.zip |
(per_entry_action_box) add spacing between action buttons
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index fab65884b..ddc7175e3 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -193,7 +193,7 @@ sub per_entry_action_box { } diskdrake::interactive::part_possible_actions($in, kind2hd($kind), $entry, $all_hds); gtkadd($box, gtkadd(Gtk2::Frame->new(N("Choose action")), - create_scrolled_window(gtkpack__(Gtk2::VBox->new(0,0), @buttons)))) if @buttons; + create_scrolled_window(gtkpack__(Gtk2::VBox->new(), @buttons)))) if @buttons; } else { my $txt = !$::isStandalone && fsedit::is_one_big_fat_or_NT($all_hds->{hds}) ? N("You have one big Microsoft Windows partition. |