Update app.js

pull/1457/head
Hilmar Strauch 2022-02-15 18:43:03 +01:00 committed by GitHub
parent 67ee66193b
commit 3316897c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ function drawWP() { // from waypoints.json - see README.md
buf.setFontAlign(0,1); //left, bottom buf.setFontAlign(0,1); //left, bottom
if (BANGLEJS2) s *= fontFactorB2; if (BANGLEJS2) s *= fontFactorB2;
buf.setFontVector(s); buf.setFontVector(s);
buf.drawString(nm.substring(0,6),screenW_Half,screenH_TwoThirds); buf.drawString(nm.substring(0,6),screenW_Half,screenH_TwoThirds-(BANGLEJS2 * 20));
} }
} }