Add newline in checkCancel()

This commit is contained in:
Santiago Lo Coco 2022-02-08 13:21:21 -03:00
parent 429718eda5
commit d8de17c657
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ calcHeightDialog() {
checkCancel() {
[ $? -eq 0 ] && return 1
displayDialogBox --msgbox "$1" VALUES
displayDialogBox --msgbox "\n$1" VALUES
return 0
}