mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
parent
85635b3b83
commit
92679818ed
1 changed files with 2 additions and 0 deletions
|
@ -12,7 +12,9 @@ UM.Dialog
|
||||||
id: base;
|
id: base;
|
||||||
|
|
||||||
width: 500 * Screen.devicePixelRatio;
|
width: 500 * Screen.devicePixelRatio;
|
||||||
|
minimumWidth: 500 * Screen.devicePixelRatio;
|
||||||
height: 100 * Screen.devicePixelRatio;
|
height: 100 * Screen.devicePixelRatio;
|
||||||
|
minimumHeight: 100 * Screen.devicePixelRatio;
|
||||||
|
|
||||||
visible: true;
|
visible: true;
|
||||||
modality: Qt.ApplicationModal;
|
modality: Qt.ApplicationModal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue