From b0cb800a74d6e454f13f54922beeb6ae045d19be Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 9 May 2012 02:31:37 +0000 Subject: improve layout git-svn-id: svn://tug.org/texlive/trunk@26269 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgrgui.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index 44b1d06cfb2..08467db383c 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -2490,7 +2490,7 @@ sub cb_edit_string_or_dir { $sw->withdraw; $sw->Label(-text => __("New value for") . " $what:")->pack(@p_ii); my $entry = $sw->Entry(-text => $cur, -width => 30); - $entry->pack(); + $entry->pack(@p_ii); $sw->Button(-text => __("Choose Directory"), -command => sub { my $var = $sw->chooseDirectory(); @@ -2498,7 +2498,7 @@ sub cb_edit_string_or_dir { $entry->delete(0,"end"); $entry->insert(0,$var); } - })->pack; + })->pack(@p_ii); my $f = $sw->Frame; my $okbutton = $f->Button(-text => __("Ok"), -command => sub { $val = $entry->get; $done = 1; })->pack(@left, @p_ii); -- cgit v1.2.3