LockScreen: fix invalid login attempt info

This commit is contained in:
lysec
2025-10-14 01:01:42 +02:00
parent 02f23e5f49
commit 88c72fd2a6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ Loader {
height: 60
anchors.horizontalCenter: parent.horizontalCenter
anchors.bottom: parent.bottom
anchors.bottomMargin: 300
anchors.bottomMargin: (Settings.data.general.compactLockScreen ? 240 : 320) * Style.uiScaleRatio
radius: 30
color: Color.mError
border.color: Color.mError
Binary file not shown.