summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 16:06:42 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 16:06:42 +0000
commit3df1fdc0ca5a385293f588c2096587018e337a62 (patch)
tree80fc4c44a7663a1ce33b0de745966486445c3505 /perl-install
parentfd2175373afec01c458e9e8bf3edeacf57c25b7c (diff)
downloaddrakx-3df1fdc0ca5a385293f588c2096587018e337a62.tar
drakx-3df1fdc0ca5a385293f588c2096587018e337a62.tar.gz
drakx-3df1fdc0ca5a385293f588c2096587018e337a62.tar.bz2
drakx-3df1fdc0ca5a385293f588c2096587018e337a62.tar.xz
drakx-3df1fdc0ca5a385293f588c2096587018e337a62.zip
(summary_prompt) add some spacing between labels and buttons
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 3467a6338..02d70a743 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -642,7 +642,7 @@ sub summary_prompt {
}
$e->{widget} = gtknew('Label_Right', width => $::real_windowwidth * 0.72, alignment => [ 1, 1 ]);
- push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ $e->{widget} ]),
+ push @table, [], [ gtknew('HBox', children_tight => [ $e->{widget}, gtknew('Alignment', width => 10) ]),
gtknew('Button', text => N("Configure"), clicked => sub {
$w->{rwindow}->hide;
my ($old_icon, $old_title) = get_default_step_items();