mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
configuration_shared: Use a highlight instead of background color
Fixes visibility in the built-in dark theme
This commit is contained in:
parent
58672cc7b6
commit
5a9dc8f002
2 changed files with 6 additions and 6 deletions
|
@ -45,7 +45,7 @@ void SetPerGameSetting(QComboBox* combobox,
|
|||
void SetPerGameSetting(QComboBox* combobox,
|
||||
const Settings::Setting<Settings::GPUAccuracy>* setting);
|
||||
|
||||
void SetBGColor(QWidget* widget, bool highlighted);
|
||||
void SetHighlight(QWidget* widget, bool highlighted);
|
||||
void SetColoredTristate(QCheckBox* checkbox, Settings::Setting<bool>& setting,
|
||||
ConfigurationShared::CheckState& tracker);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue