1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Revert to default TextField

This commit is contained in:
Elias Steurer 2020-12-11 14:15:09 +01:00
parent 27ca55bcd6
commit 70e00fc9c6

View File

@ -4,8 +4,6 @@ import QtQuick.Controls.Material 2.0
import ScreenPlay 1.0
import "../Common" as Common
Item {
id:root
width: 300
@ -23,7 +21,7 @@ Item {
verticalCenter: parent.verticalCenter
}
}
Common.TextField {
TextField {
id: txtSearch
width: 250
height: 40