mirror of https://github.com/espruino/BangleApps
Fix info alignment
parent
058beeae94
commit
945bc31b36
|
@ -291,6 +291,9 @@ function drawInfo(){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Draw Infor is called from different sources so
|
||||||
|
// we have to ensure that the alignment is always the same.
|
||||||
|
g.setFontAlign(-1, -1, 0);
|
||||||
g.setFontAntonioMedium();
|
g.setFontAntonioMedium();
|
||||||
g.setColor(color2);
|
g.setColor(color2);
|
||||||
g.clearRect(120, 10, g.getWidth(), 75);
|
g.clearRect(120, 10, g.getWidth(), 75);
|
||||||
|
|
Loading…
Reference in New Issue