From d8de17c6575ca1243fc9e9df6162ce8fb83020e0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 8 Feb 2022 13:21:21 -0300 Subject: [PATCH] Add newline in checkCancel() --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 4d53934..29f7bf9 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -230,7 +230,7 @@ calcHeightDialog() { checkCancel() { [ $? -eq 0 ] && return 1 - displayDialogBox --msgbox "$1" VALUES + displayDialogBox --msgbox "\n$1" VALUES return 0 }