formatting
This commit is contained in:
parent
73c7ba8cdc
commit
4b161facca
8 changed files with 10 additions and 11 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue