diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-29 04:43:28 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-29 04:43:28 +0300 |
| commit | 1f72205716bae72a482521d0bf9336aad42cb418 (patch) | |
| tree | c30b9dc03069bd765f2b66c9a079538c4deb103b | |
| parent | adc3cbfe5b1d047910816d51e39bd427fae68708 (diff) | |
Mysterious super-similar-to-AA font, please don't elude me.
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 58104280..ea1ebeae 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -834,7 +834,7 @@ void Courtroom::set_font(QWidget *widget, QString class_name, QString p_identifi QFont font; if (font_name.isEmpty()) { - font = QFont(font_name, f_weight); + font = QFont("Arial", f_weight); font.setStyleHint(QFont::SansSerif, QFont::NoAntialias); } else |
