From 7c366ddf0478f57ebfcdbfa928bce8c92f9e151e Mon Sep 17 00:00:00 2001 From: MaxXor Date: Thu, 31 Aug 2017 14:04:11 +0200 Subject: [PATCH] Fix mining status positioning --- pages/Mining.qml | 3 --- 1 file changed, 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