mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-04 05:35:00 -06:00
UI: Update Memory Searcher window to support dark mode
This commit is contained in:
parent
e4d27e159d
commit
72b4d521cf
@ -51,7 +51,6 @@ MemorySearcherTool::MemorySearcherTool(wxFrame* parent)
|
|||||||
: wxFrame(parent, wxID_ANY, _("Memory Searcher"), wxDefaultPosition, wxSize(600, 540), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL)
|
: wxFrame(parent, wxID_ANY, _("Memory Searcher"), wxDefaultPosition, wxSize(600, 540), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL)
|
||||||
{
|
{
|
||||||
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
|
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
|
||||||
this->wxWindowBase::SetBackgroundColour(*wxWHITE);
|
|
||||||
this->wxTopLevelWindowBase::SetMinSize(wxSize(600, 540));
|
this->wxTopLevelWindowBase::SetMinSize(wxSize(600, 540));
|
||||||
|
|
||||||
auto* sizer = new wxBoxSizer(wxVERTICAL);
|
auto* sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user