mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merchant: fix checkbox
This commit is contained in:
parent
c7f3deb5cc
commit
d76330d32a
1 changed files with 2 additions and 6 deletions
|
@ -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 a new issue