mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 10:52:04 +02:00
CheckBox: change opacity to 70% in disabled state
This commit is contained in:
parent
c1573c2c2a
commit
3c27c570d4
@ -49,8 +49,10 @@ Item {
|
||||
property alias fontColor: label.color
|
||||
property bool iconOnTheLeft: true
|
||||
signal clicked()
|
||||
|
||||
height: 25
|
||||
width: checkBoxLayout.width
|
||||
opacity: enabled ? 1 : 0.7
|
||||
|
||||
function toggle(){
|
||||
if (checkBox.toggleOnClick) {
|
||||
|
Loading…
Reference in New Issue
Block a user