ProcessingSplash: new design

This commit is contained in:
selsta
2020-04-30 01:12:15 +02:00
parent b6fdb709ba
commit 5265e52b8b
6 changed files with 49 additions and 32 deletions

View File

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