mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Fix project info editor dark mode text color (#9775)
This commit is contained in:
parent
b8c5ddd0ee
commit
beaaa09f2f
1 changed files with 1 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ void AuxiliaryPanel::update_all_cover()
|
|||
|
||||
wxBoxSizer *m_sizer_license = new wxBoxSizer(wxHORIZONTAL);
|
||||
auto m_text_license = new wxStaticText(this, wxID_ANY, _L("License"), wxDefaultPosition, wxSize(180, -1), 0);
|
||||
m_text_license->SetForegroundColour(*wxBLACK);
|
||||
m_text_license->Wrap(-1);
|
||||
m_sizer_license->Add(m_text_license, 0, wxALIGN_CENTER, 0);
|
||||
m_combo_license = new ComboBox(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(FromDIP(450), -1), 0, NULL, wxCB_READONLY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue