diff options
Diffstat (limited to 'components/ProcessingSplash.qml')
| -rw-r--r-- | components/ProcessingSplash.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/ProcessingSplash.qml b/components/ProcessingSplash.qml index 84218f88..42312f42 100644 --- a/components/ProcessingSplash.qml +++ b/components/ProcessingSplash.qml @@ -44,10 +44,11 @@ Window { ColumnLayout { id: rootLayout - anchors.horizontalCenter: parent.horizontalCenter - anchors.verticalCenter: parent.verticalCenter + anchors.left: parent.left anchors.right: parent.right + anchors.verticalCenter: parent.verticalCenter + anchors.leftMargin: 30 anchors.rightMargin: 30 |
