From 9d7f0c48cebec02aaf2ca780b89a763ce91f8624 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:21:44 +1100 Subject: internal: format --- components/controls/SwitchRow.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/controls/SwitchRow.qml') diff --git a/components/controls/SwitchRow.qml b/components/controls/SwitchRow.qml index 7fa3e1b..6dda3f0 100644 --- a/components/controls/SwitchRow.qml +++ b/components/controls/SwitchRow.qml @@ -12,7 +12,7 @@ StyledRect { required property string label required property bool checked property bool enabled: true - property var onToggled: function(checked) {} + property var onToggled: function (checked) {} Layout.fillWidth: true implicitHeight: row.implicitHeight + Appearance.padding.large * 2 @@ -46,4 +46,3 @@ StyledRect { } } } - -- cgit v1.2.3-freya