mirror of https://github.com/espruino/BangleApps
remove solid bg - not needed now we fill the bg anyway
parent
bd79718907
commit
fc11f68d2e
|
@ -187,7 +187,7 @@ Layout.prototype.render = function (l) {
|
|||
var cb = {
|
||||
"":function(){},
|
||||
"txt":function(l){
|
||||
g.setFont(l.font,l.fsz).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1), true/*solid bg*/);
|
||||
g.setFont(l.font,l.fsz).setFontAlign(0,0,l.r).drawString(l.label, l.x+(l.w>>1), l.y+(l.h>>1));
|
||||
}, "btn":function(l){
|
||||
var poly = [
|
||||
l.x,l.y+4,
|
||||
|
|
Loading…
Reference in New Issue