summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-13 07:06:56 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-13 07:08:41 +0100
commit6861dc0526938a22da627308591d652b05b8fbf6 (patch)
tree3f5ce689b767134bfa74f73c3ac664da359c8c08 /perl-install/diskdrake
parente2119a1055fa656802191253c7526284c1016198 (diff)
downloaddrakx-6861dc0526938a22da627308591d652b05b8fbf6.tar
drakx-6861dc0526938a22da627308591d652b05b8fbf6.tar.gz
drakx-6861dc0526938a22da627308591d652b05b8fbf6.tar.bz2
drakx-6861dc0526938a22da627308591d652b05b8fbf6.tar.xz
drakx-6861dc0526938a22da627308591d652b05b8fbf6.zip
increase minimum partition width for Oxygen (mga#11977)
if it's not enough, we will disable labels on partitions buttons again
Diffstat (limited to 'perl-install/diskdrake')
-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 7ad48ab82..62b58882d 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -16,7 +16,7 @@ use log;
use fsedit;
use feature qw(state);
-my ($width, $height, $minwidth) = (400, 50, 5);
+my ($width, $height, $minwidth) = (400, 50, 16);
my ($all_hds, $in, $do_force_reload, $current_kind, $current_entry, $update_all);
my ($w, @notebook, $done_button);