mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 08:14:45 +00:00
Don't try to set parent of ComboBoxForm's internal dialog
This commit is contained in:
parent
48f6eb19b3
commit
a648006799
1 changed files with 0 additions and 3 deletions
|
|
@ -121,7 +121,6 @@ SimpleKCM {
|
||||||
text: i18nc("Part of a sentence like 'Dim screen after 5 minutes'", "Dim screen after")
|
text: i18nc("Part of a sentence like 'Dim screen after 5 minutes'", "Dim screen after")
|
||||||
model: kcm.timeOptions()
|
model: kcm.timeOptions()
|
||||||
currentIndex: kcm.dimScreenIdx
|
currentIndex: kcm.dimScreenIdx
|
||||||
Component.onCompleted: dialog.parent = powermanagementModule
|
|
||||||
onCurrentIndexChanged: kcm.dimScreenIdx = currentIndex
|
onCurrentIndexChanged: kcm.dimScreenIdx = currentIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -132,7 +131,6 @@ SimpleKCM {
|
||||||
text: i18nc("Part of a sentence like 'Turn off screen after 5 minutes'", "Turn off screen after")
|
text: i18nc("Part of a sentence like 'Turn off screen after 5 minutes'", "Turn off screen after")
|
||||||
model: kcm.timeOptions()
|
model: kcm.timeOptions()
|
||||||
currentIndex: kcm.screenOffIdx
|
currentIndex: kcm.screenOffIdx
|
||||||
Component.onCompleted: dialog.parent = powermanagementModule
|
|
||||||
onCurrentIndexChanged: kcm.screenOffIdx = currentIndex
|
onCurrentIndexChanged: kcm.screenOffIdx = currentIndex
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -143,7 +141,6 @@ SimpleKCM {
|
||||||
text: i18nc("Part of a sentence like 'Suspend device after 5 minutes'", "Suspend device after")
|
text: i18nc("Part of a sentence like 'Suspend device after 5 minutes'", "Suspend device after")
|
||||||
model: kcm.timeOptions()
|
model: kcm.timeOptions()
|
||||||
currentIndex: kcm.suspendSessionIdx
|
currentIndex: kcm.suspendSessionIdx
|
||||||
Component.onCompleted: dialog.parent = powermanagementModule
|
|
||||||
onCurrentIndexChanged: kcm.suspendSessionIdx = currentIndex
|
onCurrentIndexChanged: kcm.suspendSessionIdx = currentIndex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue