summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/installer/tracked-install.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/tracked-install.pl b/Master/tlpkg/installer/tracked-install.pl
index 0309a25b64e..cf0e042facd 100644
--- a/Master/tlpkg/installer/tracked-install.pl
+++ b/Master/tlpkg/installer/tracked-install.pl
@@ -26,7 +26,8 @@ sub installer_tracker {
$::sww = Tk::MainWindow->new;
$::sww->Label(-text => __("Installation process"))->pack;
#warn "Debug!! Creating text window";
- $::progressw = $::sww->Scrolled("ROText", -scrollbars => "e", -height => 18);
+ $::progressw = $::sww->Scrolled(
+ "ROText", -wrap => "word", -scrollbars => "e", -height => 18);
#warn "Debug!! Created text window";
$::progressw->pack(-expand => 1, -fill => "both");
#warn "Debug!! Placed text window";