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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user