aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/SwitchDelegateSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/designer/SwitchDelegateSpecifics.qml')
-rw-r--r--src/imports/controls/designer/SwitchDelegateSpecifics.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/imports/controls/designer/SwitchDelegateSpecifics.qml b/src/imports/controls/designer/SwitchDelegateSpecifics.qml
index 84784758..c71cb13d 100644
--- a/src/imports/controls/designer/SwitchDelegateSpecifics.qml
+++ b/src/imports/controls/designer/SwitchDelegateSpecifics.qml
@@ -41,8 +41,11 @@ import QtQuick.Layouts 1.0
Column {
width: parent.width
- ButtonSection {
- caption: qsTr("Switch Delegate")
+ ItemDelegateSection {
+ width: parent.width
+ }
+
+ AbstractButtonSection {
width: parent.width
}