From b4ac9156da87588495836471ef6fded246de5b67 Mon Sep 17 00:00:00 2001 From: reionwong Date: Thu, 19 Aug 2021 13:24:38 +0800 Subject: [PATCH] Adjust textfield left padding --- screenlocker/qml/LockScreen.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screenlocker/qml/LockScreen.qml b/screenlocker/qml/LockScreen.qml index 5359f63..f0107d4 100644 --- a/screenlocker/qml/LockScreen.qml +++ b/screenlocker/qml/LockScreen.qml @@ -216,6 +216,8 @@ Item { Layout.preferredHeight: 40 Layout.preferredWidth: 260 placeholderText: qsTr("Password") + leftPadding: FishUI.Units.largeSpacing + rightPadding: FishUI.Units.largeSpacing focus: true echoMode: TextInput.Password