diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:20:25 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 16:20:25 +0200 |
| commit | 573b284017599597e01ce7dbb0eb996d8548d9b2 (patch) | |
| tree | ee6f0b8e262b51db4d3ce8b7bc0409dbea2b503f | |
| parent | 14ea15e870ee2d9c5909dd3387f30d36894cb0e9 (diff) | |
| parent | 677432f6341a480f1c0bda6501770d97a52be15f (diff) | |
| download | monzero-gui-573b284017599597e01ce7dbb0eb996d8548d9b2.tar.gz monzero-gui-573b284017599597e01ce7dbb0eb996d8548d9b2.tar.xz monzero-gui-573b284017599597e01ce7dbb0eb996d8548d9b2.zip | |
Merge pull request #508
677432f Better styling for Miner (xmr-eric)
| -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 |
