mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #3329
3c27c57
CheckBox: change opacity to 70% in disabled state (xiphon)
This commit is contained in:
commit
a7f5b44488
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue