KDE: Fix misplaced password input on lockscreen #19

This commit is contained in:
EliverLara
2020-09-18 13:13:01 -05:00
parent 005ebc4a92
commit 400b4f4a2c

View File

@@ -72,7 +72,7 @@ SessionManagementScreen {
opacity: 0.7 opacity: 0.7
radius: parent.width / 2 radius: parent.width / 2
height: 30 height: 30
width: 220 width: passwordBox.width + 20
anchors.centerIn: parent anchors.centerIn: parent
} }