mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Update FirmwareDialog to use GUI_App::code_font
This commit is contained in:
@@ -790,7 +790,7 @@ FirmwareDialog::FirmwareDialog(wxWindow *parent) :
|
|||||||
SetFont(font);
|
SetFont(font);
|
||||||
wxFont status_font = font;//wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
wxFont status_font = font;//wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
||||||
status_font.MakeBold();
|
status_font.MakeBold();
|
||||||
wxFont mono_font(wxFontInfo().Family(wxFONTFAMILY_TELETYPE));
|
wxFont mono_font = GUI::wxGetApp().code_font();
|
||||||
mono_font.MakeSmaller();
|
mono_font.MakeSmaller();
|
||||||
|
|
||||||
// Create GUI components and layout
|
// Create GUI components and layout
|
||||||
|
|||||||
Reference in New Issue
Block a user