mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Better styling for Miner
This commit is contained in:
parent
e826f7c1ec
commit
677432f634
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue