mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 13:36:59 +00:00
UI: Update Memory Searcher window to support dark mode
This commit is contained in:
parent
e4d27e159d
commit
72b4d521cf
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ MemorySearcherTool::MemorySearcherTool(wxFrame* parent)
|
|||
: wxFrame(parent, wxID_ANY, _("Memory Searcher"), wxDefaultPosition, wxSize(600, 540), wxDEFAULT_FRAME_STYLE | wxTAB_TRAVERSAL)
|
||||
{
|
||||
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
|
||||
this->wxWindowBase::SetBackgroundColour(*wxWHITE);
|
||||
this->wxTopLevelWindowBase::SetMinSize(wxSize(600, 540));
|
||||
|
||||
auto* sizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue