summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 3045c7091ec..1527a2cc689 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -753,7 +753,7 @@ sub menu_select_scheme {
my $b;
$b = $f2->Radiobutton(-variable => \$selected, -value => $scheme,
-text => __($desc),
- -justify => 'left', -wraplength => 500)->pack(-anchor => 'w', -pady => "2m");
+ -justify => 'left', -wraplength => 500)->pack(-anchor => 'w', -pady => "1m");
if ($selected eq $scheme) {
$b->focus();
}