Android - Make minWidth of message dialog wider so error messages like protocol version error fits in two lines

This commit is contained in:
Cristian Luis Duarte 2019-02-11 21:28:31 -03:00
parent 37b5f11489
commit 009f24dda1

View file

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