aboutsummaryrefslogtreecommitdiff
path: root/components/ProcessingSplash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/ProcessingSplash.qml')
-rw-r--r--components/ProcessingSplash.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ProcessingSplash.qml b/components/ProcessingSplash.qml
index f98feb3b..70384f05 100644
--- a/components/ProcessingSplash.qml
+++ b/components/ProcessingSplash.qml
@@ -34,7 +34,7 @@ import QtQuick.Layouts 1.1
Window {
id: splash
modality: Qt.ApplicationModal
- flags: Qt.SplashScreen
+ flags: Qt.Window | Qt.FramelessWindowHint
property alias message: message.text
width: 200
height: 100