This commit is contained in:
LubuWest 2018-10-01 21:17:54 +02:00
commit 09e8b8d097
49 changed files with 1720 additions and 825 deletions

View file

@ -298,7 +298,7 @@ Item {
font.pixelSize: 2.5*mm
font.family:fontAwesome.name
color:control.checked?"black": "grey"
text:"\uf118"
text:control.checked?"\uf118"+"!":"\uf118"
}
}
}
@ -320,7 +320,7 @@ Item {
font.pixelSize: 2.5*mm
font.family:fontAwesome.name
color:control.checked?"black": "grey"
text: "\uf119"
text: control.checked?"\uf119"+"!":"\uf119"
}
}
}