mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 15:07:27 -04:00
Wizard: remove grey triangle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user