From a6a386385efe308dd3a53014f80ae04e64d5ad5d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2007 18:02:57 +0000 Subject: (summary_prompt) add spacing between elements --- perl-install/install/NEWS | 3 +++ perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 44db619ed..743080195 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- summary screen: + o add spacing between elements + Version 10.4.188 - 4 September 2007, by Thierry Vignaud - hardware detection layer: diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 76f0a2fb4..4859e1025 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -624,7 +624,7 @@ sub summary_prompt { ugtk2::gtkadd($w->{window}, gtknew('VBox', spacing => 5, children => [ - 1, gtknew('ScrolledWindow', child => gtknew('Table', mcc => 1, children => \@table)), + 1, gtknew('ScrolledWindow', child => gtknew('Table', mcc => 1, row_spacings => 2, children => \@table)), 0, $w->create_okcancel(undef, '', '', if_($help_sub, [ N("Help"), $help_sub, 1 ])) ])); -- cgit v1.2.1