From 9397164cdc835a5dc38809616f492ab763831541 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Jan 2014 01:44:04 +0100 Subject: revert minimum partition width to its pre-gtk3 value reverting commit 6861dc0526938a22da627308591d652b05b8fbf6 --- perl-install/NEWS | 1 + perl-install/diskdrake/hd_gtk.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 828264796..c4eda7d7b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - diskdrake: o fix sizing partition widgets + o revert minimum partition width to its pre-gtk3 value Version 16.23 - 16 January 2014 diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 266e86cd7..0b36d229d 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, 16); +my ($width, $height, $minwidth) = (400, 50, 5); 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 6f7ffda26..b04a7f5ed 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ - partitioning: o fix sizing partition widgets o fix not moving window (mga#11790, mga#11988, mga#11977) + o revert minimum partition width to its pre-gtk3 value Version 16.25 - 19 January 2014 -- cgit v1.2.1