Cosmetic change to give gap to widgets

master
hopkira 2020-06-01 16:06:10 +01:00
parent 5ca81d9bfb
commit e8f8703b36
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ const drawButton = (params,side) => {
text = params.secondary_text;
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.setFont("Vector",15);
g.setFontAlign(0,0.0);