From 555680f02640f8f031d6d0afc5999c372acd33a0 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 5 Feb 2021 11:13:30 +0100 Subject: [PATCH] Replace custom textfield with original My implementatin looks strange here... --- ScreenPlay/qml/Workshop/Workshop.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenPlay/qml/Workshop/Workshop.qml b/ScreenPlay/qml/Workshop/Workshop.qml index fdac9aa1..bdd397fa 100644 --- a/ScreenPlay/qml/Workshop/Workshop.qml +++ b/ScreenPlay/qml/Workshop/Workshop.qml @@ -257,7 +257,7 @@ Item { radius: 3 } - Common.TextField { + TextField { id: tiSearch anchors { top: parent.top