mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 01:37:25 -04:00
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user