mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
commit
a6289ba0f5
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>wizard/WizardCreateWallet.qml</file>
|
||||
<file>wizard/WizardCreateWalletFromDevice.qml</file>
|
||||
<file>images/greyTriangle.png</file>
|
||||
<file>images/copyToClipboard.png</file>
|
||||
<file>wizard/WizardPassword.qml</file>
|
||||
<file>wizard/WizardConfigure.qml</file>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue