diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-02-27 20:43:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-27 20:43:29 -0500 |
| commit | 677432f6341a480f1c0bda6501770d97a52be15f (patch) | |
| tree | 520c9216a6f10e5fe06202b6b0842b9916eef5c6 | |
| parent | e826f7c1ecdcdc1e588e67b07278f7433cd867eb (diff) | |
| download | monzero-gui-677432f6341a480f1c0bda6501770d97a52be15f.tar.gz monzero-gui-677432f6341a480f1c0bda6501770d97a52be15f.tar.xz monzero-gui-677432f6341a480f1c0bda6501770d97a52be15f.zip | |
Better styling for Miner
| -rw-r--r-- | pages/Mining.qml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pages/Mining.qml b/pages/Mining.qml index f2c42591..03fbfce8 100644 --- a/pages/Mining.qml +++ b/pages/Mining.qml @@ -57,14 +57,6 @@ Rectangle { anchors.bottom: parent.bottom spacing: 20 - Rectangle { - anchors.fill: soloBox - color: "#00000000" - border.width: 2 - border.color: "#CCCCCC" - anchors.margins: -15 - } - // solo ColumnLayout { id: soloBox @@ -116,12 +108,6 @@ Rectangle { } RowLayout { - Label { - id: manageSoloMinerLabel - color: "#4A4949" - text: qsTr("Manage miner") + translationManager.emptyString - fontSize: 16 - } StandardButton { visible: true |
