mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
formatting
This commit is contained in:
@@ -66,9 +66,15 @@ PanelWindow {
|
||||
border.color: Colors.accentPrimary
|
||||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
gradient: Gradient {
|
||||
GradientStop { position: 0.0; color: Colors.backgroundTertiary }
|
||||
GradientStop { position: 1.0; color: Colors.backgroundSecondary }
|
||||
}
|
||||
GradientStop {
|
||||
position: 0.0
|
||||
color: Colors.backgroundTertiary
|
||||
}
|
||||
GradientStop {
|
||||
position: 1.0
|
||||
color: Colors.backgroundSecondary
|
||||
}
|
||||
}
|
||||
|
||||
// Animation properties
|
||||
property real scaleValue: 0.8
|
||||
|
||||
Reference in New Issue
Block a user