aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-04-30 01:12:15 +0200
committerselsta <selsta@sent.at>2020-05-01 22:09:27 +0200
commit5265e52b8bbbdf54f25ae0142e9fbf1f2d151634 (patch)
tree8eea7f839b3578aa46f4e14531dadb0f3670a4df /main.qml
parentb6fdb709bad551d45d3e6fe25a6ac7c7888b446f (diff)
downloadmonzero-gui-5265e52b8bbbdf54f25ae0142e9fbf1f2d151634.tar.gz
monzero-gui-5265e52b8bbbdf54f25ae0142e9fbf1f2d151634.tar.xz
monzero-gui-5265e52b8bbbdf54f25ae0142e9fbf1f2d151634.zip
ProcessingSplash: new design
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index 31c531eb..5c7b62c9 100644
--- a/main.qml
+++ b/main.qml
@@ -1076,7 +1076,6 @@ ApplicationWindow {
console.log("Displaying processing splash")
if (typeof message != 'undefined') {
splash.messageText = message
- splash.heightProgressText = ""
}
leftPanel.enabled = false;
@@ -1566,8 +1565,8 @@ ApplicationWindow {
ProcessingSplash {
id: splash
- width: appWindow.width / 1.5
- height: appWindow.height / 2
+ width: appWindow.width / 2
+ height: appWindow.height / 2.66
x: (appWindow.width - width) / 2
y: (appWindow.height - height) / 2
messageText: qsTr("Please wait...") + translationManager.emptyString