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 21d13646d8
commit 43cd7c8315
6 changed files with 12 additions and 23 deletions

View file

@ -6,11 +6,9 @@
class Label : public wxStaticText
{
public:
Label(wxString const& text, wxWindow* parent = NULL);
Label(wxWindow *parent, wxString const &text = {});
Label(wxFont const& font, wxWindow* parent = NULL);
Label(wxFont const& font, wxString const& text, wxWindow* parent = NULL);
Label(wxWindow *parent, wxFont const &font, wxString const &text = {});
public:
static wxFont Head_24;