mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Borders: optim/simplification of scaled borders
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ Rectangle {
|
||||
return outlined ? Color.transparent : backgroundColor
|
||||
}
|
||||
|
||||
border.width: outlined ? Math.max(1, Style.borderS) : 0
|
||||
border.width: outlined ? Style.borderS : 0
|
||||
border.color: {
|
||||
if (!enabled)
|
||||
return Color.mOutline
|
||||
|
||||
Reference in New Issue
Block a user