mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
mining: fix unable to assign to int warning
This commit is contained in:
parent
002c800ee8
commit
530a81563c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Rectangle {
|
||||||
Text {
|
Text {
|
||||||
id: numAvailableThreadsText
|
id: numAvailableThreadsText
|
||||||
text: qsTr("Max # of CPU threads available for mining: ") + numberMiningThreadsAvailable + translationManager.emptyString
|
text: qsTr("Max # of CPU threads available for mining: ") + numberMiningThreadsAvailable + translationManager.emptyString
|
||||||
wrapMode: Text.wrapMode
|
wrapMode: Text.WordWrap
|
||||||
Layout.leftMargin: 125 * scaleRatio
|
Layout.leftMargin: 125 * scaleRatio
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14 * scaleRatio
|
font.pixelSize: 14 * scaleRatio
|
||||||
|
|
Loading…
Reference in a new issue