Minor design changes

pull/1995/head
David Peer 2022-06-24 08:46:31 +02:00
parent dee0ca3aef
commit d5557ee508
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ function draw() {
g.setFontAlign(0,0); g.setFontAlign(0,0);
var ypos = H/5*3+20; var ypos = H/5*3+20;
g.fillRect(W/2-w/2-8, ypos-h/2-8, W/2+w/2+2, ypos+h/2+2); g.drawRect(W/2-w/2-8, ypos-h/2-8, W/2+w/2+5, ypos+h/2+5);
g.fillRect(W/2-w/2-6, ypos-h/2-6, W/2+w/2+3, ypos+h/2+3);
g.setColor(g.theme.bg).drawString(action, W/2, ypos); g.setColor(g.theme.bg).drawString(action, W/2, ypos);
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB