mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-13 01:30:25 +00:00
Renamed Colors to Color
- some work on the active window
This commit is contained in:
@@ -81,9 +81,9 @@ NLoader {
|
||||
// Inline helpers moved to dedicated widgets: NCard and NCircleStat
|
||||
Rectangle {
|
||||
id: panelBackground
|
||||
color: Colors.mSurface
|
||||
color: Color.mSurface
|
||||
radius: Style.radiusLarge * scaling
|
||||
border.color: Colors.mOutlineVariant
|
||||
border.color: Color.mOutlineVariant
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
layer.enabled: true
|
||||
width: 460 * scaling
|
||||
|
||||
Reference in New Issue
Block a user