From 47063790793874b63df51a7bcbc50bbb819fd80f Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 1 Sep 2016 23:55:30 +0300 Subject: Processing splash bug fixed; Receive page: wrong reference to the wallet fixed; --- components/ProcessingSplash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/ProcessingSplash.qml') 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 -- cgit v1.2.3