From 7d57777b5036e0a57553cf51ad11c5b5a7dedee7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 07:21:54 +0100 Subject: increase back minimum partition width for Oxygen (mga#11977) reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 this should results in better sizing if there's a lot a small partitions as oxygen's ToggleButtons minimum width is bigger --- perl-install/NEWS | 3 +++ perl-install/diskdrake/hd_gtk.pm | 2 +- perl-install/install/NEWS | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 15fc3eff8..86a825abb 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o increase back minimum partition width for Oxygen (mga#11977) + Version 16.26 - 20 January 2014 - diskdrake: diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 98738738f..653320697 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); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index da7cc5382..5fe39b8ad 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning: + o increase back minimum partition width for Oxygen (mga#11977) + Version 16.26 - 20 January 2014 - fix detecting if basesystem is installed (mga#10722) -- cgit v1.2.1