Update Layout.js
Removed as per https://github.com/espruino/BangleApps/pull/1788#discussion_r863924717master
parent
7d5aa89c21
commit
c94b8be629
|
|
@ -231,8 +231,6 @@ Layout.prototype.render = function (l) {
|
||||||
g.setFont(l.font).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1));
|
g.setFont(l.font).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1));
|
||||||
}
|
}
|
||||||
}, "btn":function(l){
|
}, "btn":function(l){
|
||||||
if (l.font && l.font.endsWith("%"))
|
|
||||||
l.font = "Vector"+Math.round(g.getHeight()*l.font.slice(0,-1)/100);
|
|
||||||
var x = l.x+(0|l.pad), y = l.y+(0|l.pad),
|
var x = l.x+(0|l.pad), y = l.y+(0|l.pad),
|
||||||
w = l.w-(l.pad<<1), h = l.h-(l.pad<<1);
|
w = l.w-(l.pad<<1), h = l.h-(l.pad<<1);
|
||||||
var poly = [
|
var poly = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue