aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardMemoTextInput.qml8
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