forked from Public/monero-gui
Simpler text on Miner page
This commit is contained in:
@@ -76,7 +76,7 @@ Rectangle {
|
|||||||
Label {
|
Label {
|
||||||
id: soloTitleLabel
|
id: soloTitleLabel
|
||||||
fontSize: 24
|
fontSize: 24
|
||||||
text: qsTr("Monero solo mining")
|
text: qsTr("Solo mining")
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
@@ -103,7 +103,7 @@ Rectangle {
|
|||||||
Label {
|
Label {
|
||||||
id: soloMinerThreadsLabel
|
id: soloMinerThreadsLabel
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
text: qsTr("Solo miner threads") + translationManager.emptyString
|
text: qsTr("CPU threads") + translationManager.emptyString
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
}
|
}
|
||||||
LineEdit {
|
LineEdit {
|
||||||
@@ -119,7 +119,7 @@ Rectangle {
|
|||||||
Label {
|
Label {
|
||||||
id: manageSoloMinerLabel
|
id: manageSoloMinerLabel
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
text: qsTr("Manage solo miner") + translationManager.emptyString
|
text: qsTr("Manage miner") + translationManager.emptyString
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user