mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:optimize the color of text in dark mode
Change-Id: I458250cfa43115b882ea4362e0e5620d8c5f8fb8
This commit is contained in:
@@ -32,7 +32,7 @@ MediaPlayCtrl::MediaPlayCtrl(wxWindow *parent, wxMediaCtrl2 *media_ctrl, const w
|
||||
m_button_play->SetCanFocus(false);
|
||||
|
||||
m_label_status = new Label(this, "");
|
||||
m_label_status->SetForegroundColour(wxColour("#2C2C2E"));
|
||||
m_label_status->SetForegroundColour(wxColour("#323A3C"));
|
||||
|
||||
m_button_play->Bind(wxEVT_COMMAND_BUTTON_CLICKED, [this](auto &e) { TogglePlay(); });
|
||||
m_button_play->Bind(wxEVT_RIGHT_UP, [this](auto & e) { m_media_ctrl->Play(); });
|
||||
|
||||
Reference in New Issue
Block a user