mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
Wizard: remove grey triangle
This commit is contained in:
parent
97de72b27d
commit
cae85bce85
3 changed files with 3 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 469 B |
1
qml.qrc
1
qml.qrc
|
@ -94,7 +94,6 @@
|
||||||
<file>images/recoverWallet.png</file>
|
<file>images/recoverWallet.png</file>
|
||||||
<file>wizard/WizardCreateWallet.qml</file>
|
<file>wizard/WizardCreateWallet.qml</file>
|
||||||
<file>wizard/WizardCreateWalletFromDevice.qml</file>
|
<file>wizard/WizardCreateWalletFromDevice.qml</file>
|
||||||
<file>images/greyTriangle.png</file>
|
|
||||||
<file>images/copyToClipboard.png</file>
|
<file>images/copyToClipboard.png</file>
|
||||||
<file>wizard/WizardPassword.qml</file>
|
<file>wizard/WizardPassword.qml</file>
|
||||||
<file>wizard/WizardConfigure.qml</file>
|
<file>wizard/WizardConfigure.qml</file>
|
||||||
|
|
|
@ -50,12 +50,10 @@ Column {
|
||||||
Image {
|
Image {
|
||||||
id : clipboardButton
|
id : clipboardButton
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
anchors.rightMargin: 5 * scaleRatio
|
||||||
anchors.bottom: tipRect.top
|
anchors.bottom: tipRect.top
|
||||||
source: "qrc:///images/greyTriangle.png"
|
anchors.bottomMargin: 5 * scaleRatio
|
||||||
Image {
|
|
||||||
anchors.centerIn: parent
|
|
||||||
source: "qrc:///images/copyToClipboard.png"
|
source: "qrc:///images/copyToClipboard.png"
|
||||||
}
|
|
||||||
Clipboard { id: clipboard }
|
Clipboard { id: clipboard }
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue