From cae85bce85138fd4365d9eb8f23cd4dcca1efe45 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 8 Jan 2019 06:12:36 +0100 Subject: [PATCH] Wizard: remove grey triangle --- images/greyTriangle.png | Bin 469 -> 0 bytes qml.qrc | 1 - wizard/WizardMemoTextInput.qml | 8 +++----- 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 images/greyTriangle.png diff --git a/images/greyTriangle.png b/images/greyTriangle.png deleted file mode 100644 index f6b9dd4c8ce885a9ab0997eec24b39526e03d21e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^@*vE?0wlLCzqbiUv7|ftIx;Y9?C1WI$O_~uBzpw; zGB8xBF)%c=FfjZA3N^f7U???UV0e|lz+g3lfkC`r&aOZkpafHrx4R3&|Mvbf`++>p z0*}aI1_o{+5N5n|x9$&6kiEpy*OmPdD~BLIYk}0XjX%^M^3xkuZ~0=h)3#5JPCxhOTUBr`uxAtW<5mBGM5-^ftk(Bz{< zMifwmDo902Vo9o1GDuk}gOP!ug|30Au7OdAk%5(onU#rwwtimages/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