--- trunk/installer-simple/functions/common-dialogs.sh 2014/01/07 12:56:52 2393 +++ trunk/installer-simple/functions/common-dialogs.sh 2014/01/07 12:58:09 2394 @@ -26,8 +26,8 @@ #[[ -z ${header} ]] && die "no header given" [[ -z ${text} ]] && die "no text given" - [[ -z ${height} ]] && height=0 - [[ -z ${width} ]] && width=0 + [[ -z ${height} ]] && height=8 + [[ -z ${width} ]] && width=70 [[ -z ${OK_LABEL} ]] && OK_LABEL="Next" @@ -129,7 +129,7 @@ #[[ -z ${header} ]] && die "no header given" [[ -z ${text} ]] && die "no text given" [[ -z ${height} ]] && height=0 - [[ -z ${width} ]] && width=0 + [[ -z ${width} ]] && width=70 dialog \ --colors \