the table is int its palce

This commit is contained in:
2025-03-21 20:21:49 +00:00
parent 67bd05eee9
commit a44019a9a6
3 changed files with 19 additions and 15 deletions
+4
View File
@@ -77,6 +77,10 @@ void setup() {
// Setup the relative
relativeDecor->textSize = 2;
relative.dims.x = gfx->width() - relative.dims.width;
relative.dims.y = gfx->height() - relative.dims.height;
// relative.dims.x = 250;
// relative.dims.y = 250;
relative.setup();
relative.drawBox();