Notification: backgroundSecondary
This commit is contained in:
parent
3bd339c122
commit
5c57625ac9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ PanelWindow {
|
||||||
width: 360 * scaling
|
width: 360 * scaling
|
||||||
height: Math.max(80 * scaling, contentColumn.implicitHeight + (Style.marginMedium * 2 * scaling))
|
height: Math.max(80 * scaling, contentColumn.implicitHeight + (Style.marginMedium * 2 * scaling))
|
||||||
clip: true
|
clip: true
|
||||||
color: Colors.backgroundPrimary
|
color: Colors.backgroundSecondary
|
||||||
radius: Style.radiusMedium * scaling
|
radius: Style.radiusMedium * scaling
|
||||||
border.color: Colors.backgroundTertiary
|
border.color: Colors.backgroundTertiary
|
||||||
border.width: Math.min(1, Style.borderThin * scaling)
|
border.width: Math.min(1, Style.borderThin * scaling)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue