Hooked paddingX/Y in Widget

This commit is contained in:
Kronos
2017-05-04 05:57:14 +10:00
parent 042fb54099
commit 7314988f81
2 changed files with 16 additions and 1 deletions

View File

@@ -234,4 +234,14 @@ public class Widget
return items;
}
public int getPaddingX()
{
return widget.getPaddingX();
}
public int getPaddingY()
{
return widget.getPaddingY();
}
}