mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Update FirmwareDialog to use GUI_App::code_font
This commit is contained in:
parent
87534bf0d4
commit
0edbc59fa3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue