mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: dark mode of wxTextCtrl
Change-Id: I8a377228b79d24ffe6284acf9be7017207b5dddc
This commit is contained in:
@@ -96,6 +96,7 @@ MediaFilePanel::MediaFilePanel(wxWindow * parent)
|
||||
m_button_management->SetBorderWidth(0);
|
||||
m_button_management->SetBackgroundColorNormal(wxColor("#00AE42"));
|
||||
m_button_management->SetTextColorNormal(*wxWHITE);
|
||||
m_button_management->Enable(false);
|
||||
|
||||
wxBoxSizer *manage_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
manage_sizer->AddStretchSpacer(1);
|
||||
|
||||
Reference in New Issue
Block a user