summaryrefslogtreecommitdiffstats
path: root/helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'helper.cpp')
-rw-r--r--helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.cpp b/helper.cpp
index d9a2856..88b243d 100644
--- a/helper.cpp
+++ b/helper.cpp
@@ -441,7 +441,7 @@ namespace Helper {
p->setRenderHint(QPainter::Antialiasing);
p->setRenderHint(QPainter::TextAntialiasing);
p->setRenderHint(QPainter::SmoothPixmapTransform);
- QFont f("courier new");
+ QFont f("Monospace");
f.setPixelSize(30);
f.setBold(bold);
p->setPen(fg);