diff --git a/images/greyTriangle.png b/images/greyTriangle.png
deleted file mode 100644
index f6b9dd4c..00000000
Binary files a/images/greyTriangle.png and /dev/null differ
diff --git a/qml.qrc b/qml.qrc
index 2f00e2a2..01a713a2 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -94,7 +94,6 @@
images/recoverWallet.png
wizard/WizardCreateWallet.qml
wizard/WizardCreateWalletFromDevice.qml
- images/greyTriangle.png
images/copyToClipboard.png
wizard/WizardPassword.qml
wizard/WizardConfigure.qml
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