From 54bb1c1c2be5fdd1b8e1eda7c9cd6fe40337800f Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 5 Sep 2021 16:23:41 +0200 Subject: Clean up field types --- Fields/Text.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Fields/Text.qml') diff --git a/Fields/Text.qml b/Fields/Text.qml index b4e4dbf..55542e9 100644 --- a/Fields/Text.qml +++ b/Fields/Text.qml @@ -24,7 +24,6 @@ Label { id: popup width: parent.width - height: parent.height padding: 0 onOpened: { @@ -35,11 +34,9 @@ Label { TextInput { id: input + anchors { fill: parent; leftMargin: 2; rightMargin: 2 } + padding: 0 clip: true - padding: 2 - topPadding: 0 - bottomPadding: 0 - width: parent.width onAccepted: { value = input.text.trim() -- cgit v1.3