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