formatting

This commit is contained in:
quadbyte 2025-08-14 18:21:02 -04:00
parent 73c7ba8cdc
commit 4b161facca
8 changed files with 10 additions and 11 deletions

View file

@ -369,9 +369,8 @@ NLoader {
height: 56 * scaling
radius: 16 * scaling
property bool isSelected: index === selectedIndex
color: (appCardArea.containsMouse || isSelected) ? Qt.darker(
Colors.colorPrimary,
1.1) : Colors.colorSurface
color: (appCardArea.containsMouse || isSelected) ? Qt.darker(Colors.colorPrimary,
1.1) : Colors.colorSurface
border.color: (appCardArea.containsMouse
|| isSelected) ? Colors.colorPrimary : "transparent"
border.width: (appCardArea.containsMouse || isSelected) ? 2 : 0

View file

@ -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)

View file

@ -254,7 +254,6 @@ NLoader {
"wght": (Font.Normal + Font.Bold) / 2.0
}
font.pointSize: Style.fontSizeLarge * scaling
}
// Tab label on the left side
NText {

View file

@ -112,7 +112,7 @@ NBox {
return `${max}°/${min}°`
}
font.pointSize: Style.fontSizeSmall * scaling
color: Colors.colorOnSurfaceVariant
color: Colors.colorOnSurfaceVariant
}
}
}