mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 23:53:48 +02:00
Android - Make minWidth of message dialog wider so error messages like protocol version error fits in two lines
This commit is contained in:
parent
37b5f11489
commit
009f24dda1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue