diff options
| author | selsta <selsta@sent.at> | 2020-04-30 01:12:15 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-05-01 22:09:27 +0200 |
| commit | 5265e52b8bbbdf54f25ae0142e9fbf1f2d151634 (patch) | |
| tree | 8eea7f839b3578aa46f4e14531dadb0f3670a4df /main.qml | |
| parent | b6fdb709bad551d45d3e6fe25a6ac7c7888b446f (diff) | |
| download | monzero-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.qml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
