mirror of https://github.com/BOINC/boinc.git
Merge pull request #5790 from BOINC/vko_fix_fonts_on_adv_pref_dlg_linux
[linux][manager] Fix fonts on Advanced Computing Preferences dialog.
This commit is contained in:
commit
dc9420c179
|
@ -1214,7 +1214,7 @@ bool CDlgAdvPreferencesBase::doesLocalPrefsFileExist() {
|
|||
}
|
||||
|
||||
void CDlgAdvPreferencesBase::makeStaticBoxLabelItalic(wxStaticBox* staticBox) {
|
||||
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||
#if defined(__WXMSW__)
|
||||
wxFont myFont = staticBox->GetFont();
|
||||
myFont.MakeItalic();
|
||||
myFont.MakeBold();
|
||||
|
|
Loading…
Reference in New Issue