mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 09:35:28 +08:00
update
This commit is contained in:
@ -8,7 +8,7 @@ Button {
|
||||
property string contentDescription: ""
|
||||
QtObject{
|
||||
id:d
|
||||
property bool checked: rect_back.height === background.height
|
||||
property bool checked: rect_back.height == background.height
|
||||
}
|
||||
property color normalColor: {
|
||||
if(d.checked){
|
||||
|
Reference in New Issue
Block a user