mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
LockScreen: fix invalid login attempt info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user