formatting

This commit is contained in:
quadbyte 2025-08-11 08:40:55 -04:00
parent a72afcafbb
commit 4fd9779941
5 changed files with 17 additions and 14 deletions

View file

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