margins, ui fixes

This commit is contained in:
Sen 2025-03-20 01:14:54 +01:00
parent 3d1c68210c
commit 80cf16ada5
8 changed files with 46 additions and 34 deletions

View file

@ -33,7 +33,11 @@ public class Bar extends Fill {
Drawing.drawText(this.text, x1 + this.text_x, y1 + this.text_y, this.gm.style.text_label);
}
protected int getMargin() {
protected int getMarginX() {
return 0;
}
protected int getMarginY() {
return 0;
}