aboutsummaryrefslogtreecommitdiff
path: root/components/ProcessingSplash.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-01 23:32:09 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-01 23:32:09 +0200
commita3fa1913a61689d4ce5dc713ab0c49df2b0ebd4e (patch)
tree72414add3bf4801d76303fc4ae4bc8ed7d839cc7 /components/ProcessingSplash.qml
parent40e8077bb5032081e6be1a7386dc02eedc54f761 (diff)
parentc706040f64acda4a77ed64d4c6c1c5f221a2116e (diff)
downloadmonzero-gui-a3fa1913a61689d4ce5dc713ab0c49df2b0ebd4e.tar.gz
monzero-gui-a3fa1913a61689d4ce5dc713ab0c49df2b0ebd4e.tar.xz
monzero-gui-a3fa1913a61689d4ce5dc713ab0c49df2b0ebd4e.zip
Merge pull request #9
0455502 bitmonero comes from monero-project's repo (Ilya Kitaev) 4706379 Processing splash bug fixed; Receive page: wrong reference to the wallet fixed; (Ilya Kitaev) db965e1 changes due updates in bitmonero (Ilya Kitaev)
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