change order of loading of palette and qss
This commit is contained in:
parent
f4cbe5199b
commit
b43114bb35
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void SkinFactory::loadSkinFromData(const Skin& skin) {
|
||||||
fusion_palette.setColor(QPalette::ColorRole::Dark, clr_bg);
|
fusion_palette.setColor(QPalette::ColorRole::Dark, clr_bg);
|
||||||
fusion_palette.setColor(QPalette::ColorRole::AlternateBase, clr_altbg);
|
fusion_palette.setColor(QPalette::ColorRole::AlternateBase, clr_altbg);
|
||||||
fusion_palette.setColor(QPalette::ColorRole::Button, clr_altbg);
|
fusion_palette.setColor(QPalette::ColorRole::Button, clr_altbg);
|
||||||
fusion_palette.setColor(QPalette::ColorRole::Highlight, Qt::GlobalColor::blue);
|
fusion_palette.setColor(QPalette::ColorRole::Highlight, clr_selbg);
|
||||||
|
|
||||||
// Texts.
|
// Texts.
|
||||||
fusion_palette.setColor(QPalette::ColorRole::WindowText, clr_fg);
|
fusion_palette.setColor(QPalette::ColorRole::WindowText, clr_fg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue