1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-02 07:41:23 +01:00

sign, receive: fix reference errors

This commit is contained in:
mmbyday 2019-02-25 09:45:06 -08:00
parent a89ffd02d0
commit 9b17235533
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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