diff options
| author | MaxXor <admin@maxxor.org> | 2017-08-31 14:04:11 +0200 |
|---|---|---|
| committer | MaxXor <admin@maxxor.org> | 2017-08-31 14:04:11 +0200 |
| commit | 7c366ddf0478f57ebfcdbfa928bce8c92f9e151e (patch) | |
| tree | 10de293b9a47446c15cbc6e97de65472a302f2b0 /pages | |
| parent | c68c31777693ae75b59c0d24c44195a97bbf0c1c (diff) | |
| download | monzero-gui-7c366ddf0478f57ebfcdbfa928bce8c92f9e151e.tar.gz monzero-gui-7c366ddf0478f57ebfcdbfa928bce8c92f9e151e.tar.xz monzero-gui-7c366ddf0478f57ebfcdbfa928bce8c92f9e151e.zip | |
Fix mining status positioning
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Mining.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml index 985c9cdc..d1425f77 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -51,8 +51,6 @@ Rectangle { ColumnLayout { id: mainLayout anchors.margins: 40 - anchors.bottomMargin: 10 - anchors.left: parent.left anchors.top: parent.top anchors.right: parent.right @@ -188,7 +186,6 @@ Rectangle { Text { id: statusText - anchors.topMargin: 17 text: qsTr("Status: not mining") textFormat: Text.RichText wrapMode: Text.Wrap |
