1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-23 02:52:58 +01:00

Merge pull request #1923

d76330d Merchant: fix checkbox (mmbyday)
This commit is contained in:
luigi1111 2019-02-06 16:06:20 -06:00
commit 3caa1c6840
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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