mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-05 07:16:33 +08:00
Set the flag of the welcome dialog to Dialog
We want the dialog to be modal, but if it's a window (and not a dialog) the modality can't be set (or well, it can be set, but it's just ignored at that point) CURA-6057
This commit is contained in:
parent
b4134e6dbb
commit
28dc187731
@ -20,7 +20,7 @@ Window
|
|||||||
id: dialog
|
id: dialog
|
||||||
title: catalog.i18nc("@title", "Welcome to Ultimaker Cura")
|
title: catalog.i18nc("@title", "Welcome to Ultimaker Cura")
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
flags: Qt.Window | Qt.FramelessWindowHint
|
flags: Qt.Dialog | Qt.FramelessWindowHint
|
||||||
|
|
||||||
width: 580 * screenScaleFactor
|
width: 580 * screenScaleFactor
|
||||||
height: 600 * screenScaleFactor
|
height: 600 * screenScaleFactor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user