diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:16:13 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-09-04 17:16:13 +0200 |
| commit | 4d9d10013b023618545248cea04a37b9f6628e28 (patch) | |
| tree | 8d18f1695e9021aa27d40f0a776bf98e14a10fba | |
| parent | ece743e22a66efa227a2a7b2749caebee0c6bc97 (diff) | |
| parent | 7c366ddf0478f57ebfcdbfa928bce8c92f9e151e (diff) | |
| download | monzero-gui-4d9d10013b023618545248cea04a37b9f6628e28.tar.gz monzero-gui-4d9d10013b023618545248cea04a37b9f6628e28.tar.xz monzero-gui-4d9d10013b023618545248cea04a37b9f6628e28.zip | |
Merge pull request #844
7c366dd Fix mining status positioning (MaxXor)
| -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 |
