mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-31 16:54:46 +00:00
Fix switch identifier
This commit is contained in:
parent
de072187ba
commit
b18be53604
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ SimpleKCM {
|
||||||
TimePicker {
|
TimePicker {
|
||||||
id: timePicker
|
id: timePicker
|
||||||
enabled: !ntpCheckBox.checked
|
enabled: !ntpCheckBox.checked
|
||||||
twentyFour: twentyFourSwitch.checked
|
twentyFour: hourFormatSwitch.checked
|
||||||
|
|
||||||
implicitWidth: width > Kirigami.Units.gridUnit * 15 ? width : Kirigami.Units.gridUnit * 15
|
implicitWidth: width > Kirigami.Units.gridUnit * 15 ? width : Kirigami.Units.gridUnit * 15
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue