mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue