mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 00:19:53 +01:00
KDE: Improve lockscreen appearance
This commit is contained in:
@@ -125,7 +125,7 @@ SessionManagementScreen {
|
|||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: buttonBackground
|
id: buttonBorder
|
||||||
width: 30
|
width: 30
|
||||||
height: 40
|
height: 40
|
||||||
radius: width / 2
|
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()
|
onClicked: startLogin()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user