Commit fb684742 authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

TextField should clip text.

parent f9baec9f
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -113,7 +113,7 @@ FocusScope { ...@@ -113,7 +113,7 @@ FocusScope {
color: syspal.text color: syspal.text
echoMode: passwordMode ? TextInput.Password : TextInput.Normal echoMode: passwordMode ? TextInput.Password : TextInput.Normal
clip: true
} }
Text { Text {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment