From db0df92933ea385ddcc636d1bce151bb0449a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 30 Jun 2019 23:09:09 +0200 Subject: [PATCH] Use a smaller font for shield labels --- src/map/imgmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/imgmap.cpp b/src/map/imgmap.cpp index 8653a332..20d20ab9 100644 --- a/src/map/imgmap.cpp +++ b/src/map/imgmap.cpp @@ -385,7 +385,7 @@ void IMGMap::processLines(QList &lines, const QPoint &tile, int idx = poly.points.size()/2, inc = 0, sign = 1; TextPointItem *item = new TextPointItem( - poly.points.at(idx).toPoint(), &shield.text(), normalFont(), + poly.points.at(idx).toPoint(), &shield.text(), smallFont(), 0, &shieldColor, shieldBgColor(shield.type())); while (1) {