KDE: Improve lockscreen appearance

This commit is contained in:
EliverLara
2021-03-12 15:12:02 -06:00
parent 312cd3f864
commit c629fe596b

View File

@@ -125,7 +125,7 @@ SessionManagementScreen {
}
background: Rectangle {
id: buttonBackground
id: buttonBorder
width: 30
height: 40
radius: width / 2
@@ -138,6 +138,15 @@ SessionManagementScreen {
}
}
Rectangle {
id: buttonBackground
height: 28
width: 38
radius: height / 2
anchors.centerIn: buttonBorder
color: "#161925"
}
onClicked: startLogin()
}
}