mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 14:12:16 +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 {
|
QtObject {
|
||||||
id: d
|
id: d
|
||||||
readonly property int minWidth: 800
|
readonly property int minWidth: 1100
|
||||||
readonly property int maxWidth: 1280
|
readonly property int maxWidth: 1280
|
||||||
readonly property int minHeight: 120
|
readonly property int minHeight: 120
|
||||||
readonly property int maxHeight: 720
|
readonly property int maxHeight: 720
|
||||||
|
|
Loading…
Reference in a new issue