summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
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 eb4e42c77..01f341c1f 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -593,7 +593,7 @@ sub installPackages {
my $rel_notes = gtknew('Button', text => N("Release Notes"),
clicked => sub { $show_release_notes = 1 });
- ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [
+ ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_centered => [
gtknew('Image', file_ref => \$advertising_image, show_ref => \$show_advertising),
]));