Skip to content

Commit

Permalink
Use UUITK TextField
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Feb 9, 2020
1 parent e1b73cb commit fadc40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/EssentialSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Item {
text: "Name"
}

TextField {
UUITK.TextField {
id: nameField
Layout.fillWidth: true
placeholderText: "Web app name"
Expand Down

0 comments on commit fadc40e

Please sign in to comment.