mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Use a smaller font for shield labels
This commit is contained in:
parent
537b1c3716
commit
db0df92933
@ -385,7 +385,7 @@ void IMGMap::processLines(QList<IMG::Poly> &lines, const QPoint &tile,
|
|||||||
int idx = poly.points.size()/2, inc = 0, sign = 1;
|
int idx = poly.points.size()/2, inc = 0, sign = 1;
|
||||||
|
|
||||||
TextPointItem *item = new TextPointItem(
|
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()));
|
0, &shieldColor, shieldBgColor(shield.type()));
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user