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:
Jaime van Kessel 2019-03-29 11:08:10 +01:00
parent b4134e6dbb
commit 28dc187731

View file

@ -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