add setter for height

This commit is contained in:
Dreyri
2018-01-22 15:05:46 +01:00
parent 13d4c9e636
commit 47e2717a75
2 changed files with 6 additions and 0 deletions
@@ -84,6 +84,8 @@ public interface Widget
int getHeight();
void setHeight(int height);
Rectangle getBounds();
Collection<WidgetItem> getWidgetItems();