diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-01 23:55:30 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-01 23:55:30 +0300 |
| commit | 47063790793874b63df51a7bcbc50bbb819fd80f (patch) | |
| tree | 4d8ea5b3deb29e8ddba6eddeb66a468bb659c109 /components/ProcessingSplash.qml | |
| parent | db965e1265dbbcfd8b2874b0ac0e8efd346322a4 (diff) | |
| download | monzero-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.qml | 2 |
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 |
