mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-07 21:49:24 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -110,8 +110,9 @@ void CollapsibleHeader::applyTheme()
|
||||
const QColor mid = Utils::creatorColor(Utils::Theme::PanelTextColorMid);
|
||||
const QColor bg = mix(base, mid, m_hovered ? 0.18 : 0.08);
|
||||
|
||||
setStyleSheet(QStringLiteral("#CollapsibleHeader { background:%1;"
|
||||
" border-top:1px solid %2; }")
|
||||
setStyleSheet(QStringLiteral(
|
||||
"#CollapsibleHeader { background:%1;"
|
||||
" border-top:1px solid %2; }")
|
||||
.arg(cssColor(bg), cssColor(mix(base, mid, 0.25))));
|
||||
|
||||
QPalette ap = m_arrow->palette();
|
||||
|
||||
Reference in New Issue
Block a user