Ensure password field doesn't overlow on SDDM login screen

Closes #4774
This commit is contained in:
David Heinemeier Hansson
2026-02-27 18:02:40 +01:00
parent 34f0d64d77
commit d7b0ab1a23
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ Rectangle {
color: "#000000" color: "#000000"
border.color: "#ffffff" border.color: "#ffffff"
border.width: 1 border.width: 1
clip: true
TextInput { TextInput {
id: password id: password
+3
View File
@@ -0,0 +1,3 @@
echo "Ensure password field doesn't overlow on SDDM login screen"
omarchy-refresh-sddm