Watch
1
0
Fork
You've already forked souveraine
0

subconscious panel: colLayer1Active, not the key that does not exist

This commit is contained in:
Fimeg 2026-08-13 06:50:01 -04:00
commit e595ef6d72
2 changed files with 1 additions and 3 deletions

View file

@ -90,7 +90,7 @@ Item {
radius: Appearance.rounding.small radius: Appearance.rounding.small
color: Appearance.colors.colLayer2 color: Appearance.colors.colLayer2
border.width: 1 border.width: 1
border.color: Appearance.colors.colLayer1Inactive border.color: Appearance.colors.colLayer1Active
property bool expanded: false property bool expanded: false

View file

@ -48,8 +48,6 @@ Item {
// `colLayer1Active`, not `colLayer1Inactive` the latter does not // `colLayer1Active`, not `colLayer1Inactive` the latter does not
// exist in Appearance and resolves to undefined, which Qt reports as // exist in Appearance and resolves to undefined, which Qt reports as
// "Unable to assign [undefined] to QColor" and then draws borderless. // "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 border.color: Appearance.colors.colLayer1Active
scale: area.pressed ? 0.94 : 1.0 scale: area.pressed ? 0.94 : 1.0