Added min width & height

FIXES #600
This commit is contained in:
Jaime van Kessel 2017-07-27 12:55:12 +02:00
parent 85635b3b83
commit 92679818ed

View file

@ -12,7 +12,9 @@ UM.Dialog
id: base;
width: 500 * Screen.devicePixelRatio;
minimumWidth: 500 * Screen.devicePixelRatio;
height: 100 * Screen.devicePixelRatio;
minimumHeight: 100 * Screen.devicePixelRatio;
visible: true;
modality: Qt.ApplicationModal;