mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 10:10:16 +00:00
formatting
This commit is contained in:
@@ -631,7 +631,8 @@ WlSessionLock {
|
||||
width: 64 * Scaling.scale(screen)
|
||||
height: 64 * Scaling.scale(screen)
|
||||
radius: 32
|
||||
color: Qt.rgba(Colors.colorError.r, Colors.colorError.g, Colors.colorError.b, shutdownArea.containsMouse ? 0.9 : 0.2)
|
||||
color: Qt.rgba(Colors.colorError.r, Colors.colorError.g, Colors.colorError.b,
|
||||
shutdownArea.containsMouse ? 0.9 : 0.2)
|
||||
border.color: Colors.colorError
|
||||
border.width: 2 * Scaling.scale(screen)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user