sign, receive: fix reference errors

pull/2/head
mmbyday 5 years ago
parent a89ffd02d0
commit 9b17235533

@ -221,7 +221,6 @@ Rectangle {
MoneroComponents.CheckBox {
id: addNewAccountCheckbox
visible: !selectAndSend
border: false
checkedIcon: "qrc:///images/plus-in-circle-medium-white.png"
uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png"

@ -118,7 +118,6 @@ Rectangle {
id: modeText
Layout.fillWidth: true
Layout.topMargin: 12 * scaleRatio
Layout.preferredWidth: (instructionsRect.width - 80) * scaleRatio
text: qsTr("Mode") + translationManager.emptyString
wrapMode: Text.Wrap
font.family: MoneroComponents.Style.fontRegular.name