summaryrefslogtreecommitdiff
path: root/components/controls/SwitchRow.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2026-01-28 19:21:44 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2026-01-28 19:21:44 +1100
commit9d7f0c48cebec02aaf2ca780b89a763ce91f8624 (patch)
tree2345921b670f730268203020e754465503707ed3 /components/controls/SwitchRow.qml
parentcontrolcenter: remove qt5compat dep (diff)
downloadcaelestia-shell-9d7f0c48cebec02aaf2ca780b89a763ce91f8624.tar.gz
caelestia-shell-9d7f0c48cebec02aaf2ca780b89a763ce91f8624.tar.bz2
caelestia-shell-9d7f0c48cebec02aaf2ca780b89a763ce91f8624.zip
internal: format
Diffstat (limited to 'components/controls/SwitchRow.qml')
-rw-r--r--components/controls/SwitchRow.qml3
1 files changed, 1 insertions, 2 deletions
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 {
}
}
}
-