drawer button size

This commit is contained in:
2025-11-19 13:36:53 +01:00
parent daa208a2fa
commit 28c36c699a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -18,7 +18,5 @@ class NekoIconButton extends Button{
bmp.width = pWidth;
bmp.height = pHeight;
bmp.smoothing = true;
traceYellow(pWidth + " / " + pHeight);
}
}