margins, ui fixes
This commit is contained in:
parent
3d1c68210c
commit
80cf16ada5
8 changed files with 46 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue