diff options
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 653320697..c95c465d8 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -330,7 +330,7 @@ sub create_buttons4partitions { if ($w->{window}->get_window) { my $windowwidth = $w->{window}->get_allocated_width; $windowwidth = $::real_windowwidth if $windowwidth <= 1; - $width = $windowwidth - first(get_action_box_size()) - 60; + $width = $windowwidth - first(get_action_box_size()) - 25; } my $ratio = $totalsectors ? ($width - @parts * $minwidth) / $totalsectors : 1; |