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);
|
||||
wxFont status_font = font;//wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
||||
status_font.MakeBold();
|
||||
wxFont mono_font(wxFontInfo().Family(wxFONTFAMILY_TELETYPE));
|
||||
wxFont mono_font = GUI::wxGetApp().code_font();
|
||||
mono_font.MakeSmaller();
|
||||
|
||||
// Create GUI components and layout
|
||||
|
|
Loading…
Reference in a new issue