Skip to content

Commit bb5e31e

Browse files
committed
KDE: LAF - Update lockscreen appearance to match sddm
1 parent e90002a commit bb5e31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kde/plasma/look-and-feel/Nordic/contents/lockscreen/MainBlock.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ SessionManagementScreen {
7070
background: Rectangle {
7171
color: "#2e3440"
7272
opacity: 0.7
73-
radius: parent.width / 2
74-
height: 30
73+
radius: 8
7574
width: passwordBox.width + 20
75+
height: passwordBox.height
7676
anchors.centerIn: parent
7777
border.width: 1
7878
border.color: "#232831"

0 commit comments

Comments
 (0)