From be53c42f0dd773096612948d2877f662f6e97670 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:51:37 +1100 Subject: [PATCH] chore: fix format --- components/controls/StyledInputField.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/controls/StyledInputField.qml b/components/controls/StyledInputField.qml index c7b66dda..fb312128 100644 --- a/components/controls/StyledInputField.qml +++ b/components/controls/StyledInputField.qml @@ -13,14 +13,15 @@ Item { property var validator: null property bool readOnly: false property int horizontalAlignment: TextInput.AlignHCenter - implicitWidth: 70 // Expose activeFocus through alias to avoid FINAL property override readonly property alias hasFocus: inputField.activeFocus signal textEdited(string text) + signal editingFinished + implicitWidth: 70 implicitHeight: inputField.implicitHeight + Appearance.padding.small * 2 StyledRect {