mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
Merchant: fix checkbox
This commit is contained in:
parent
c7f3deb5cc
commit
d76330d32a
@ -21,12 +21,8 @@ RowLayout {
|
|||||||
Image {
|
Image {
|
||||||
id: imageChecked
|
id: imageChecked
|
||||||
visible: root.checked
|
visible: root.checked
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.centerIn: parent
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
source: "../../images/uncheckedIcon.png"
|
||||||
source: "../../images/checkedBlackIcon.png"
|
|
||||||
opacity: 0.6
|
|
||||||
width: 12 * scaleRatio
|
|
||||||
height: 8 * scaleRatio
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user