get rid of magic number

This commit is contained in:
Liv Erickson 2018-02-21 16:19:50 -08:00
parent 990e848de6
commit aba1cae36d

View file

@ -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 {