diff options
| author | selsta <selsta@sent.at> | 2019-01-08 06:12:36 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-01-08 06:17:01 +0100 |
| commit | cae85bce85138fd4365d9eb8f23cd4dcca1efe45 (patch) | |
| tree | f208ab050e13bd8018d01662b13c1a30e82739af /wizard/WizardMemoTextInput.qml | |
| parent | 97de72b27d56e7869c5e3c13ed3a15db033d0043 (diff) | |
| download | monzero-gui-cae85bce85138fd4365d9eb8f23cd4dcca1efe45.tar.gz monzero-gui-cae85bce85138fd4365d9eb8f23cd4dcca1efe45.tar.xz monzero-gui-cae85bce85138fd4365d9eb8f23cd4dcca1efe45.zip | |
Wizard: remove grey triangle
Diffstat (limited to 'wizard/WizardMemoTextInput.qml')
| -rw-r--r-- | wizard/WizardMemoTextInput.qml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
