From a3e8a4b9f854543d0962d7731f85505f0bdd47a5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 30 Jan 2009 09:43:36 +0000 Subject: (ask_deselect_media__copy_on_disk) fix layout (#43528) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_gtk.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 964485355..f6748a8b1 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - use a file selector in text mode too - include mke2fs.conf from e2fsprogs-1.41.3-3mdb +- media management: + o better layout for DVD/CD copy Version 11.80.1 - 21 January 2008 diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 0546a12e8..8532ee616 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -745,6 +745,7 @@ If you want to skip some of them, you can unselect them now."))), text => N("You have the option to copy the contents of the CDs onto the hard drive before installation. It will then continue from the hard drive and the packages will remain available once the system is fully installed.")), 0, gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => $o_copy_rpms_on_disk), + 1, gtknew('Alignment'), 0, gtknew('HSeparator'), ), 0, gtknew('HButtonBox', layout => 'edge', children_tight => [ -- cgit v1.2.1