forked from Public/monero-gui
Better styling for Miner
This commit is contained in:
@@ -57,14 +57,6 @@ Rectangle {
|
|||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
spacing: 20
|
spacing: 20
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
anchors.fill: soloBox
|
|
||||||
color: "#00000000"
|
|
||||||
border.width: 2
|
|
||||||
border.color: "#CCCCCC"
|
|
||||||
anchors.margins: -15
|
|
||||||
}
|
|
||||||
|
|
||||||
// solo
|
// solo
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: soloBox
|
id: soloBox
|
||||||
@@ -116,12 +108,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Label {
|
|
||||||
id: manageSoloMinerLabel
|
|
||||||
color: "#4A4949"
|
|
||||||
text: qsTr("Manage miner") + translationManager.emptyString
|
|
||||||
fontSize: 16
|
|
||||||
}
|
|
||||||
|
|
||||||
StandardButton {
|
StandardButton {
|
||||||
visible: true
|
visible: true
|
||||||
|
|||||||
Reference in New Issue
Block a user