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