mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-13 12:07:41 +00:00
FIX: background color of title labels in sidebar
Change-Id: If71fdca36518129cdfdd1cdf939fb62592ec56c1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user