mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
sign, receive: fix reference errors
This commit is contained in:
parent
a89ffd02d0
commit
9b17235533
@ -221,7 +221,6 @@ Rectangle {
|
|||||||
|
|
||||||
MoneroComponents.CheckBox {
|
MoneroComponents.CheckBox {
|
||||||
id: addNewAccountCheckbox
|
id: addNewAccountCheckbox
|
||||||
visible: !selectAndSend
|
|
||||||
border: false
|
border: false
|
||||||
checkedIcon: "qrc:///images/plus-in-circle-medium-white.png"
|
checkedIcon: "qrc:///images/plus-in-circle-medium-white.png"
|
||||||
uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png"
|
uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png"
|
||||||
|
@ -118,7 +118,6 @@ Rectangle {
|
|||||||
id: modeText
|
id: modeText
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 12 * scaleRatio
|
Layout.topMargin: 12 * scaleRatio
|
||||||
Layout.preferredWidth: (instructionsRect.width - 80) * scaleRatio
|
|
||||||
text: qsTr("Mode") + translationManager.emptyString
|
text: qsTr("Mode") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
|
Loading…
Reference in New Issue
Block a user