move default hotspot pos one tile to the right

so it doesn't overlap with screen borders
develop
Myk Taylor 2023-01-03 12:07:40 -08:00
parent a0343b06a6
commit 1b1bfc40e7
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ local widgets = require('gui.widgets')
HotspotMenuWidget = defclass(HotspotMenuWidget, overlay.OverlayWidget)
HotspotMenuWidget.ATTRS{
default_pos={x=1,y=2},
default_pos={x=2,y=2},
hotspot=true,
viewscreens='all',
overlay_onupdate_max_freq_seconds=0,