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/SpinBoxRow.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/controls/SpinBoxRow.qml') diff --git a/components/controls/SpinBoxRow.qml b/components/controls/SpinBoxRow.qml index 4902627..fe6a198 100644 --- a/components/controls/SpinBoxRow.qml +++ b/components/controls/SpinBoxRow.qml @@ -14,7 +14,7 @@ StyledRect { required property real min required property real max property real step: 1 - property var onValueModified: function(value) {} + property var onValueModified: function (value) {} Layout.fillWidth: true implicitHeight: row.implicitHeight + Appearance.padding.large * 2 @@ -50,4 +50,3 @@ StyledRect { } } } - -- cgit v1.2.3-freya