diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-13 17:27:45 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-13 17:27:45 +0100 |
| commit | efb3c75cd3ff6487b612043e5d0b2e00b694db91 (patch) | |
| tree | f96ca3186aa64eee974b744d214f3b24021a1d2c /components/ProcessingSplash.qml | |
| parent | faeb9bb096a0f8f39b630b07cf8cec707a341479 (diff) | |
| download | monzero-gui-efb3c75cd3ff6487b612043e5d0b2e00b694db91.tar.gz monzero-gui-efb3c75cd3ff6487b612043e5d0b2e00b694db91.tar.xz monzero-gui-efb3c75cd3ff6487b612043e5d0b2e00b694db91.zip | |
splash: add option to close popup
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 42312f42..d8dc0e84 100644 --- a/components/ProcessingSplash.qml +++ b/components/ProcessingSplash.qml @@ -34,7 +34,7 @@ import QtQuick.Layouts 1.1 Window { id: root modality: Qt.ApplicationModal - flags: Qt.Window | Qt.FramelessWindowHint + flags: Qt.Window property alias messageText: messageTitle.text property alias heightProgressText : heightProgress.text |
