From f68735953294e98729fb8deefdbc02a0430720c2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Oct 2009 16:38:50 +0000 Subject: (installPackages) improve button layout while installing --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 9ac7d8c1b..4056934c4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - do not call obsolete Xconfig::default::config_keyboard function (#54541) +- improve button layout while installing - partitioning wizard: o allow using existing partition on all disks (#54478) o reduce drawings height diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index b5614e670..2625829f4 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -585,7 +585,7 @@ sub installPackages { ]), gtknew('VBox', children_centered => [ gtknew('ProgressBar', fraction_ref => \ (my $progress_total), height => 25) ]), gtknew('HSeparator'), - gtknew('HButtonBox', spacing => 0, layout => 'spread', children_loose => [ + gtknew('HButtonBox', spacing => 0, layout => 'edge', children_loose => [ if_($release_notes, $rel_notes), gtknew('HButtonBox', spacing => 5, layout => 'end', children_loose => [ $cancel, $details ]), -- cgit v1.2.1