define accent color in theme
This commit is contained in:
@@ -206,8 +206,9 @@ void SettingsDialog::selectTab(SettingsDialogTab *tab, bool byUser)
|
||||
}
|
||||
|
||||
tab->setSelected(true);
|
||||
tab->setStyleSheet("background: #222; color: #4FC3F7;"
|
||||
"/*border: 1px solid #555; border-right: none;*/");
|
||||
tab->setStyleSheet(
|
||||
"background: #222; color: #4FC3F7;" // Should this be same as accent color?
|
||||
"/*border: 1px solid #555; border-right: none;*/");
|
||||
this->selectedTab_ = tab;
|
||||
if (byUser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user