mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Fix banner size computation
This commit is contained in:
@@ -62,6 +62,8 @@ View * MultipleDataView::subviewAtIndex(int index) {
|
||||
}
|
||||
|
||||
void MultipleDataView::layoutSubviews() {
|
||||
// We need to set the banner width first, so its height can be computed
|
||||
editableBannerView()->setFrame(KDRect(0, 0, bounds().width(), 0));
|
||||
layoutDataSubviews();
|
||||
layoutBanner();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user