From 355cdd9878535787030bb16ec6071d6a6668b01c Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Wed, 14 Mar 2018 17:43:23 +0000 Subject: Word-wrap output window git-svn-id: svn://tug.org/texlive/trunk@46960 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/tracked-install.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/installer/tracked-install.pl') 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"; -- cgit v1.2.3