Fix various colour values for dark themes (#439)

This commit is contained in:
goeiecool9999 2022-11-13 08:27:09 +01:00 committed by GitHub
parent 94b179ef5a
commit 2842615edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 17 deletions

View file

@ -1696,8 +1696,6 @@ public:
{
SetIcon(wxICON(M_WND_ICON128));
this->SetBackgroundColour(wxColour(0xFFFFFFFF));
wxScrolledWindow* scrolledWindow = new wxScrolledWindow(this);
wxBoxSizer* mainSizer = new wxBoxSizer(wxVERTICAL);