mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
KDE: Improve lockscreen appearance
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user