1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1543 Fix font used for sat numbers

This commit is contained in:
Laurent Lalanne 2014-11-28 22:29:04 +01:00
parent 99d73426b8
commit a0311e6522

View File

@ -62,7 +62,7 @@ GpsConstellationWidget::GpsConstellationWidget(QWidget *parent) : QGraphicsView(
scene->setSceneRect(world->boundingRect());
setScene(scene);
QFontDatabase::addApplicationFont(":/gpsgadget/font/digital-7_mono.ttf");
QFontDatabase::addApplicationFont(":/gpsgadget/font/digital-7.ttf");
// Now create 'maxSatellites' satellite icons which we will move around on the map:
for (int i = 0; i < MAX_SATTELITES; i++) {