Refactor lib view
This commit is contained in:
parent
5106cc3b71
commit
36efa46848
9 changed files with 270 additions and 427 deletions
|
|
@ -197,7 +197,7 @@ namespace tp {
|
|||
const auto padding = this->getValue("Padding");
|
||||
mContentSize = mContents.last()->mArea.y - mContents.first()->mArea.y;
|
||||
mContentSize += mContents.last()->mArea.w;
|
||||
mContentSize += (mContents.size()) * padding;
|
||||
mContentSize += 2 * padding;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue