summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/gtk.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 0b0a6d37a..bc8c6dea2 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,4 @@
+- increase default window height
- stop claim selecting LSB group will install 2.4.x kernel (#39220)
- desktop step
o move progress bar on its own line
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index beaadad9c..68370c51f 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -239,7 +239,7 @@ sub init_sizes {
$::stepswidth = $::rootwidth <= 640 ? 0 : 196;
($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75);
($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight);
- ($::real_windowwidth, $::real_windowheight) = (576, 418);
+ ($::real_windowwidth, $::real_windowheight) = (576, 445);
}
sub handle_unsafe_mouse {