mirror of https://github.com/espruino/BangleApps
gpstrek - Move scrolling marker more into corner
parent
778f363c20
commit
fad9c07bad
|
@ -452,7 +452,7 @@ let getMapSlice = function(){
|
||||||
if (isMapOverview && scrolling){
|
if (isMapOverview && scrolling){
|
||||||
addToTaskQueue(()=>{
|
addToTaskQueue(()=>{
|
||||||
graphics.setColor(graphics.theme.fg);
|
graphics.setColor(graphics.theme.fg);
|
||||||
graphics.drawImage(move, compassCenterX-move.width/2, compassCenterY-move.height/2);
|
graphics.drawImage(move, compassCenterX-compassHeight, compassCenterY-compassHeight);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue