summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index ce83cb311..6bb030988 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -453,6 +453,7 @@ sub installPackages {
)), 0, 1, 0);
$release_notes_button->hide if !$o->{release_notes};
$details->hide if !@install_any::advertising_images;
+ $release_notes_scroll->hide; #- it is hidden by default
$w->sync;
$msg->set_label(N("Please wait, preparing installation..."));
foreach ($cancel, $release_notes_button, $details) {