summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-27 19:54:03 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-27 19:54:03 +0000
commit1288cbbe08511f3a59b9c651e3ba3d30f4e00247 (patch)
treedc2fcdfa4c2a9b4338f570936c6569632bd8664f /perl-install/diskdrake/hd_gtk.pm
parent682e70f7ef5f6101640620028bd564f333b81814 (diff)
downloaddrakx-1288cbbe08511f3a59b9c651e3ba3d30f4e00247.tar
drakx-1288cbbe08511f3a59b9c651e3ba3d30f4e00247.tar.gz
drakx-1288cbbe08511f3a59b9c651e3ba3d30f4e00247.tar.bz2
drakx-1288cbbe08511f3a59b9c651e3ba3d30f4e00247.tar.xz
drakx-1288cbbe08511f3a59b9c651e3ba3d30f4e00247.zip
(filesystems_button_box) add more space between filesystem buttons
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 99e4a352f..e37bdd340 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -365,7 +365,7 @@ sub filesystems_button_box() {
N_("Other"), N_("Empty"));
my %name2fs_type = (Ext3 => 'ext3', Ext4 => 'ext4dev', 'XFS' => 'xfs', Swap => 'swap', Other => 'other', "Windows" => 'vfat', HFS => 'hfs');
- gtkpack(Gtk2::HBox->new(0,0),
+ gtkpack(Gtk2::HBox->new(),
map {
my $t = $name2fs_type{$_};
my $w = gtknew('Button', text => translate($_), widget_name => 'PART_' . ($t || 'empty'),