From 59d80b17981913e8990e5d73d39d3e33c58f27ad Mon Sep 17 00:00:00 2001 From: quadbyte Date: Mon, 11 Aug 2025 11:44:27 -0400 Subject: [PATCH] formatting --- Widgets/NTextBox.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Widgets/NTextBox.qml b/Widgets/NTextBox.qml index 53ec72f..6d6c8a4 100644 --- a/Widgets/NTextBox.qml +++ b/Widgets/NTextBox.qml @@ -45,7 +45,6 @@ Item { // Optional leading icon slot in the future // Item { Layout.preferredWidth: 0 } - TextField { id: input Layout.fillWidth: true @@ -63,4 +62,3 @@ Item { } } } -