mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 09:45:23 +02:00
Increase min width so texts like protocol mismatch fit and let the OK appear
This commit is contained in:
parent
a1d18feb0a
commit
d034b080f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue