mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge remote-tracking branch 'origin/master' into CURA-6435_new_style_add_machine
This commit is contained in:
commit
7d096e5734
10 changed files with 37 additions and 45 deletions
|
|
@ -26,7 +26,7 @@ UM.Dialog
|
|||
minimumHeight: maximumHeight
|
||||
minimumWidth: maximumWidth
|
||||
|
||||
modality: UM.Application.platform == "linux" ? Qt.NonModal : Qt.WindowModal
|
||||
modality: Qt.WindowModal
|
||||
|
||||
property var fileUrl
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ UM.Dialog
|
|||
minimumHeight: height
|
||||
minimumWidth: width
|
||||
|
||||
modality: UM.Application.platform == "linux" ? Qt.NonModal : Qt.WindowModal;
|
||||
modality: Qt.WindowModal
|
||||
|
||||
property var fileUrls: []
|
||||
property int spacerHeight: 10 * screenScaleFactor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue