Actions
Bug #3599
closed
AA
PA
Text Wrap is not working inside a Dialog on Wine
Bug #3599:
Text Wrap is not working inside a Dialog on Wine
Start date:
07/21/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Example:
dialog wraptest {
title "Wrap Test"
size -1 -1 200 100
text "The quick brown fox jumps over the lazy dog over and over again", 1, 5 5 191 61
button "&OK", 2, 72 75 55 22, ok default
}
then do:
/dialog -m wraptest wraptest
Actions