mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Fix various colour values for dark themes (#439)
This commit is contained in:
parent
94b179ef5a
commit
2842615edb
5 changed files with 28 additions and 17 deletions
|
@ -1696,8 +1696,6 @@ public:
|
|||
{
|
||||
SetIcon(wxICON(M_WND_ICON128));
|
||||
|
||||
this->SetBackgroundColour(wxColour(0xFFFFFFFF));
|
||||
|
||||
wxScrolledWindow* scrolledWindow = new wxScrolledWindow(this);
|
||||
|
||||
wxBoxSizer* mainSizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue