diff options
| -rw-r--r-- | images/greyTriangle.png | bin | 469 -> 0 bytes | |||
| -rw-r--r-- | qml.qrc | 1 | ||||
| -rw-r--r-- | wizard/WizardMemoTextInput.qml | 8 |
3 files changed, 3 insertions, 6 deletions
diff --git a/images/greyTriangle.png b/images/greyTriangle.png Binary files differdeleted file mode 100644 index f6b9dd4c..00000000 --- a/images/greyTriangle.png +++ /dev/null @@ -94,7 +94,6 @@ <file>images/recoverWallet.png</file> <file>wizard/WizardCreateWallet.qml</file> <file>wizard/WizardCreateWalletFromDevice.qml</file> - <file>images/greyTriangle.png</file> <file>images/copyToClipboard.png</file> <file>wizard/WizardPassword.qml</file> <file>wizard/WizardConfigure.qml</file> diff --git a/wizard/WizardMemoTextInput.qml b/wizard/WizardMemoTextInput.qml index a796fc3f..13fe2213 100644 --- a/wizard/WizardMemoTextInput.qml +++ b/wizard/WizardMemoTextInput.qml @@ -50,12 +50,10 @@ Column { Image { id : clipboardButton anchors.right: parent.right + anchors.rightMargin: 5 * scaleRatio anchors.bottom: tipRect.top - source: "qrc:///images/greyTriangle.png" - Image { - anchors.centerIn: parent - source: "qrc:///images/copyToClipboard.png" - } + anchors.bottomMargin: 5 * scaleRatio + source: "qrc:///images/copyToClipboard.png" Clipboard { id: clipboard } MouseArea { anchors.fill: parent |
