From d97bbb34a619abd3739e330dff4bfbbb708bb3de Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 19 Apr 2026 19:21:03 +1000 Subject: [PATCH] chore: format --- components/controls/SplitButton.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/controls/SplitButton.qml b/components/controls/SplitButton.qml index 16d840ef..4acd98cf 100644 --- a/components/controls/SplitButton.qml +++ b/components/controls/SplitButton.qml @@ -106,14 +106,11 @@ Row { StateLayer { id: expandStateLayer - onClicked: { - root.expanded = !root.expanded; - } - rect.topLeftRadius: parent.topLeftRadius rect.bottomLeftRadius: parent.bottomLeftRadius color: root.textColour disabled: root.disabled + onClicked: root.expanded = !root.expanded } MaterialIcon {