Merge pull request #1969

9b17235 sign, receive: fix reference errors (mmbyday)
This commit is contained in:
luigi1111 2019-02-25 14:41:10 -06:00
commit 842fe0d5f7
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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