mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
wizard: reworked testnet settings
This commit is contained in:
parent
b205acc51b
commit
bcb7bcffdb
@ -234,18 +234,18 @@ ColumnLayout {
|
|||||||
RowLayout {
|
RowLayout {
|
||||||
Layout.leftMargin: wizardLeftMargin
|
Layout.leftMargin: wizardLeftMargin
|
||||||
Layout.rightMargin: wizardRightMargin
|
Layout.rightMargin: wizardRightMargin
|
||||||
Layout.topMargin: 30
|
Layout.topMargin: 30 * scaleRatio
|
||||||
Layout.alignment: Qt.AlignCenter
|
Layout.alignment: Qt.AlignCenter
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 100
|
width: 100 * scaleRatio
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: testNet
|
id: testNet
|
||||||
text: qsTr("Testnet") + translationManager.emptyString
|
text: qsTr("Testnet") + translationManager.emptyString
|
||||||
background: "#FFFFFF"
|
background: "#FFFFFF"
|
||||||
fontColor: "#4A4646"
|
fontColor: "#4A4646"
|
||||||
fontSize: 16
|
fontSize: 16 * scaleRatio
|
||||||
checkedIcon: "../images/checkedVioletIcon.png"
|
checkedIcon: "../images/checkedVioletIcon.png"
|
||||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
uncheckedIcon: "../images/uncheckedIcon.png"
|
||||||
checked: appWindow.persistentSettings.testnet;
|
checked: appWindow.persistentSettings.testnet;
|
||||||
|
Loading…
Reference in New Issue
Block a user