diff options
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index b7d3c63fd..cfeef7d9a 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -941,7 +941,7 @@ sub _create_window { my $w = gtknew('Window', if_(!$::isInstall && !$::isWizard, border_width => 5), widget_name => 'Title', - position_policy => !$::isInstall && !$::isStandalone ? 'center_always' : 'center-on-parent', + position_policy => !$::isInstall && !$::isStandalone ? 'center-always' : 'center-on-parent', if_(!$::isInstall, icon_no_error => wm_icon()), if_($::isInstall, position => [ |