summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-05-16 00:50:13 +0000
committerNorbert Preining <preining@logic.at>2012-05-16 00:50:13 +0000
commit135d183d9da2f606d44ff45ce0e12c4576a104a1 (patch)
tree7a36a9f33914346db391354414e2813de3fea7cc /Master/tlpkg/installer/install-menu-perltk.pl
parent7354496ffa4ca5266ade5ff7951feebfa8e27faf (diff)
fix spacing
git-svn-id: svn://tug.org/texlive/trunk@26431 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-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();
}