Processing splash bug fixed;

Receive page: wrong reference to the wallet fixed;
This commit is contained in:
Ilya Kitaev
2016-09-01 23:55:30 +03:00
parent db965e1265
commit 4706379079
3 changed files with 6 additions and 6 deletions

View File

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