mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Window
|
|||
id: dialog
|
||||
title: catalog.i18nc("@title", "Welcome to Ultimaker Cura")
|
||||
modality: Qt.ApplicationModal
|
||||
flags: Qt.Window | Qt.FramelessWindowHint
|
||||
flags: Qt.Dialog | Qt.FramelessWindowHint
|
||||
|
||||
width: 580 * screenScaleFactor
|
||||
height: 600 * screenScaleFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue