FIX: background color of title labels in sidebar

Change-Id: If71fdca36518129cdfdd1cdf939fb62592ec56c1
This commit is contained in:
chunmao.guo
2022-08-09 17:33:13 +08:00
committed by Lane.Wei
parent c7c230851c
commit f1ff2f6ebe
6 changed files with 12 additions and 23 deletions

View File

@@ -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(); });