Cosmetic change to give gap to widgets
parent
5ca81d9bfb
commit
e8f8703b36
|
|
@ -344,7 +344,7 @@ const drawButton = (params,side) => {
|
||||||
text = params.secondary_text;
|
text = params.secondary_text;
|
||||||
icon = drawIcon(params.secondary_icon);
|
icon = drawIcon(params.secondary_icon);
|
||||||
}
|
}
|
||||||
g.fillRect(0+x,24,119+x, 239);
|
g.fillRect(0+x,28,119+x, 239);
|
||||||
g.setColor(0x000);
|
g.setColor(0x000);
|
||||||
g.setFont("Vector",15);
|
g.setFont("Vector",15);
|
||||||
g.setFontAlign(0,0.0);
|
g.setFontAlign(0,0.0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue