Merchant: fix checkbox

This commit is contained in:
mmbyday 2019-02-01 00:16:54 -08:00
parent c7f3deb5cc
commit d76330d32a

View file

@ -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"
}
}