lock alignment

master
Gordon Williams 2021-06-11 11:14:52 +01:00
parent 2dd8844a45
commit ca12134ffe
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
}); });
WIDGETS["lock"]={area:"tl",width:Bangle.isLCDOn()?0:16,draw:function(w) { WIDGETS["lock"]={area:"tl",width:Bangle.isLCDOn()?0:16,draw:function(w) {
if (!Bangle.isLCDOn()) if (!Bangle.isLCDOn())
g.reset().drawImage(atob("DhABH+D/wwMMDDAwwMf/v//4f+H/h/8//P/z///f/g=="), w.x, w.y); g.reset().drawImage(atob("DhABH+D/wwMMDDAwwMf/v//4f+H/h/8//P/z///f/g=="), w.x+1, w.y+4);
}}; }};
})() })()