formatting
This commit is contained in:
parent
a72afcafbb
commit
4fd9779941
5 changed files with 17 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue