gpstrek - Move scrolling marker more into corner

pull/2768/head
Martin Boonk 2023-06-12 20:36:42 +02:00
parent 778f363c20
commit fad9c07bad
3 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ let getMapSlice = function(){
if (isMapOverview && scrolling){
addToTaskQueue(()=>{
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