Update Master
This commit is contained in:
parent
89d5a6d87c
commit
e71b8a5230
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ RectF CollapsableMenu::getHeaderRect() {
|
|||
}
|
||||
|
||||
RectF CollapsableMenu::getBodyRect() {
|
||||
RectF out = { { this->mArea.pos.x, this->mArea.pos.y + headerHeight },
|
||||
{ this->mArea.size.x, this->mArea.size.y - headerHeight - mPadding } };
|
||||
RectF out = { Vec2F{ this->mArea.pos.x, this->mArea.pos.y + headerHeight },
|
||||
Vec2F{ this->mArea.size.x, this->mArea.size.y - headerHeight - mPadding } };
|
||||
|
||||
out.size.y -= mBorderSize * 2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue