mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-15 03:30:26 +03:00
Fixed Bold/Italic Buttons
This commit is contained in:
parent
eb41f6bb14
commit
ca95ddc64b
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ QtLayouts.RowLayout {
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: boldValue
|
checked: boldValue
|
||||||
|
|
||||||
onStateChanged: {
|
onToggled: {
|
||||||
boldValue = checked
|
boldValue = checked
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,8 +72,8 @@ QtLayouts.RowLayout {
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: italicValue
|
checked: italicValue
|
||||||
|
|
||||||
onStateChanged: {
|
onToggled: {
|
||||||
italicvalue = checked
|
italicValue = checked
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue