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:
parent
99d73426b8
commit
a0311e6522
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user