Increase min width so texts like protocol mismatch fit and let the OK appear

This commit is contained in:
Cristian Duarte 2019-02-08 14:19:44 -03:00
parent a1d18feb0a
commit d034b080f7

View file

@ -75,7 +75,7 @@ ModalWindow {
QtObject {
id: d
readonly property int minWidth: 480
readonly property int minWidth: 800
readonly property int maxWidth: 1280
readonly property int minHeight: 120
readonly property int maxHeight: 720