subconscious panel: colLayer1Active, not the key that does not exist
This commit is contained in:
parent
764a4b8e35
commit
e595ef6d72
2 changed files with 1 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ Item {
|
|||
radius: Appearance.rounding.small
|
||||
color: Appearance.colors.colLayer2
|
||||
border.width: 1
|
||||
border.color: Appearance.colors.colLayer1Inactive
|
||||
border.color: Appearance.colors.colLayer1Active
|
||||
|
||||
property bool expanded: false
|
||||
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ Item {
|
|||
// `colLayer1Active`, not `colLayer1Inactive` — the latter does not
|
||||
// exist in Appearance and resolves to undefined, which Qt reports as
|
||||
// "Unable to assign [undefined] to QColor" and then draws borderless.
|
||||
// SubconsciousEventPanel.qml has the same typo and has been warning
|
||||
// quietly ever since.
|
||||
border.color: Appearance.colors.colLayer1Active
|
||||
|
||||
scale: area.pressed ? 0.94 : 1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue