Adjusted width for 100% batt

master
David Volovskiy 2025-05-22 08:33:41 -04:00
parent 2e2f0c9b2b
commit 68743be7ad
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ function getInfoDims() {
line -= 7; line -= 7;
break; break;
case 3: case 3:
width -= 10; width -= 9;
height -= 6; height -= 6;
line -= 10; line -= 10;
break; break;