mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kcm: Update mobileform usage
This commit is contained in:
parent
2a94ef0d96
commit
7a4a0dddc0
2 changed files with 6 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ Kirigami.ScrollablePage {
|
||||||
append({"name": vibrationIntensityDelegate.lowIntensityString, "value": 0.2});
|
append({"name": vibrationIntensityDelegate.lowIntensityString, "value": 0.2});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dialog.parent: root
|
Component.onCompleted: dialog.parent = root
|
||||||
dialogDelegate: QQC2.RadioDelegate {
|
dialogDelegate: QQC2.RadioDelegate {
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 16
|
implicitWidth: Kirigami.Units.gridUnit * 16
|
||||||
topPadding: Kirigami.Units.smallSpacing * 2
|
topPadding: Kirigami.Units.smallSpacing * 2
|
||||||
|
|
@ -116,7 +116,7 @@ Kirigami.ScrollablePage {
|
||||||
append({"name": vibrationDurationDelegate.shortString, "value": 15});
|
append({"name": vibrationDurationDelegate.shortString, "value": 15});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dialog.parent: root
|
Component.onCompleted: dialog.parent = root
|
||||||
dialogDelegate: QQC2.RadioDelegate {
|
dialogDelegate: QQC2.RadioDelegate {
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 16
|
implicitWidth: Kirigami.Units.gridUnit * 16
|
||||||
topPadding: Kirigami.Units.smallSpacing * 2
|
topPadding: Kirigami.Units.smallSpacing * 2
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,9 @@ KCM.SimpleKCM {
|
||||||
append({"name": parentCol.expandedString, "value": MobileShell.MobileShellSettings.Expanded});
|
append({"name": parentCol.expandedString, "value": MobileShell.MobileShellSettings.Expanded});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dialog.parent: root
|
|
||||||
|
Component.onCompleted: dialog.parent = root
|
||||||
|
|
||||||
dialogDelegate: QQC2.RadioDelegate {
|
dialogDelegate: QQC2.RadioDelegate {
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 16
|
implicitWidth: Kirigami.Units.gridUnit * 16
|
||||||
topPadding: Kirigami.Units.smallSpacing * 2
|
topPadding: Kirigami.Units.smallSpacing * 2
|
||||||
|
|
@ -187,7 +189,7 @@ KCM.SimpleKCM {
|
||||||
append({"name": parentCol.expandedString, "value": MobileShell.MobileShellSettings.Expanded});
|
append({"name": parentCol.expandedString, "value": MobileShell.MobileShellSettings.Expanded});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dialog.parent: root
|
Component.onCompleted: dialog.parent = root
|
||||||
dialogDelegate: QQC2.RadioDelegate {
|
dialogDelegate: QQC2.RadioDelegate {
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 16
|
implicitWidth: Kirigami.Units.gridUnit * 16
|
||||||
topPadding: Kirigami.Units.smallSpacing * 2
|
topPadding: Kirigami.Units.smallSpacing * 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue