Commit 24c47ca0 authored by Willian Galvani's avatar Willian Galvani

GCCheckBox: add opacity

parent 0aefb51a
......@@ -70,6 +70,7 @@ CheckBox {
radius: ScreenTools.defaultFontPixelHeight * 0.16
anchors.fill: parent
border.color: control.activeFocus ? "#47b" : "#999"
opacity: control.enabled ? 1 : 0.5
}
Image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment