mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:56:54 +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
|
height: parent.height
|
||||||
width: parent.width
|
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
|
contentWidth: width
|
||||||
|
|
||||||
ScrollBar.vertical : ScrollBar {
|
ScrollBar.vertical : ScrollBar {
|
||||||
|
|
Loading…
Reference in a new issue