mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: background color of title labels in sidebar
Change-Id: If71fdca36518129cdfdd1cdf939fb62592ec56c1
This commit is contained in:
parent
21d13646d8
commit
43cd7c8315
6 changed files with 12 additions and 23 deletions
|
@ -18,7 +18,7 @@ MediaPlayCtrl::MediaPlayCtrl(wxWindow *parent, wxMediaCtrl2 *media_ctrl, const w
|
|||
|
||||
m_button_play = new Button(this, "", "media_play", wxBORDER_NONE);
|
||||
|
||||
m_label_status = new Label(Label::Body_14, this);
|
||||
m_label_status = new Label(this);
|
||||
|
||||
m_button_play->Bind(wxEVT_COMMAND_BUTTON_CLICKED, [this](auto & e) { TogglePlay(); });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue