aboutsummaryrefslogtreecommitdiff
path: root/components/ProcessingSplash.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-01 23:55:30 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-01 23:55:30 +0300
commit47063790793874b63df51a7bcbc50bbb819fd80f (patch)
tree4d8ea5b3deb29e8ddba6eddeb66a468bb659c109 /components/ProcessingSplash.qml
parentdb965e1265dbbcfd8b2874b0ac0e8efd346322a4 (diff)
downloadmonzero-gui-47063790793874b63df51a7bcbc50bbb819fd80f.tar.gz
monzero-gui-47063790793874b63df51a7bcbc50bbb819fd80f.tar.xz
monzero-gui-47063790793874b63df51a7bcbc50bbb819fd80f.zip
Processing splash bug fixed;
Receive page: wrong reference to the wallet fixed;
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