mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Ensure password field doesn't overlow on SDDM login screen
Closes #4774
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Ensure password field doesn't overlow on SDDM login screen"
|
||||||
|
|
||||||
|
omarchy-refresh-sddm
|
||||||
Reference in New Issue
Block a user