mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-29 09:02:12 +00:00
Borders: optim/simplification of scaled borders
This commit is contained in:
@@ -186,7 +186,7 @@ Variants {
|
||||
|
||||
radius: Style.radiusL
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS)
|
||||
border.width: Style.borderS
|
||||
color: Color.mSurface
|
||||
|
||||
// Optimized progress bar container
|
||||
|
||||
@@ -145,7 +145,7 @@ NPanel {
|
||||
radius: Style.radiusM
|
||||
color: Color.mSurfaceVariant
|
||||
border.color: Qt.alpha(Color.mOutline, Style.opacityMedium)
|
||||
border.width: Math.max(1, Style.borderS)
|
||||
border.width: Style.borderS
|
||||
|
||||
Behavior on height {
|
||||
enabled: !Settings.data.general.animationDisabled
|
||||
|
||||
Reference in New Issue
Block a user