mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
get rid of magic number
This commit is contained in:
parent
990e848de6
commit
aba1cae36d
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ TabView {
|
|||
height: parent.height
|
||||
width: parent.width
|
||||
|
||||
contentHeight: createEntitiesFlow.height + importButton.height + assetServerButton.height + 153
|
||||
contentHeight: createEntitiesFlow.height + importButton.height + assetServerButton.height +
|
||||
header.anchors.topMargin + createEntitiesFlow.anchors.topMargin +
|
||||
assetServerButton.anchors.topMargin + importButton.anchors.topMargin
|
||||
contentWidth: width
|
||||
|
||||
ScrollBar.vertical : ScrollBar {
|
||||
|
|
Loading…
Reference in a new issue