diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-11 01:28:06 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-11 01:28:06 +0300 |
| commit | f8f94e048b040df819c6db3161a6218ee39da6a0 (patch) | |
| tree | 7884fcef4235a14616774e6de4173ef8cb7e14c3 /components/ProcessingSplash.qml | |
| parent | b1454c6a1366ccf044d9ff92ac1aa95d2249f06b (diff) | |
| download | monzero-gui-f8f94e048b040df819c6db3161a6218ee39da6a0.tar.gz monzero-gui-f8f94e048b040df819c6db3161a6218ee39da6a0.tar.xz monzero-gui-f8f94e048b040df819c6db3161a6218ee39da6a0.zip | |
History: display blockheight, sort by blockheight
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 |
