Change focused color

master
RKBoss6 2025-06-30 20:40:56 -04:00 committed by GitHub
parent dc5fb925e4
commit 8add27715c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -156,9 +156,9 @@ if(showInlineClkInfo){
var midx = options.x+options.w/2;
var midy=options.y+options.h/2;
if (info.img){
g.drawImage(info.img, options.x+4,midy-7.2,{scale: 0.6});
g.drawImage(info.img, options.x+4,midy-7.2,{scale: 0.63});
}// draw the image
g.setFont("Vector",16).setFontAlign(0,0).drawString(calcStrLength(info.text,6), midx,midy+1); // draw the text
g.setFont("Vector",15).setFontAlign(-1,0).drawString(calcStrLength(info.text,6), options.x+22,midy+1); // draw the text
}
});