[EGD-2335] Added grid layout (for character selector)

This commit is contained in:
Adam Dobrowolski
2019-11-29 11:47:28 +01:00
committed by pholat
parent 52f7fa60aa
commit ea61c1ec8a
8 changed files with 198 additions and 25 deletions

View File

@@ -16,9 +16,6 @@ BoxLayout::BoxLayout( Item* parent, const uint32_t& x, const uint32_t& y, const
Rect ( parent, x, y, w, h ){
}
BoxLayout::~BoxLayout() {
}
void BoxLayout::resizeItems() {
}