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 { } } } -