mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +02:00
Merge pull request #11378 from Atlante45/feat/auto-bake
Fix Asset Server layout on the tablet
This commit is contained in:
commit
1ca926c780
1 changed files with 0 additions and 3 deletions
|
@ -517,8 +517,6 @@ Rectangle {
|
||||||
|
|
||||||
HifiControls.Tree {
|
HifiControls.Tree {
|
||||||
id: treeView
|
id: treeView
|
||||||
anchors.top: assetDirectory.bottom
|
|
||||||
anchors.bottom: infoRow.top
|
|
||||||
anchors.margins: hifi.dimensions.contentMargin.x + 2 // Extra for border
|
anchors.margins: hifi.dimensions.contentMargin.x + 2 // Extra for border
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
@ -722,7 +720,6 @@ Rectangle {
|
||||||
id: infoRow
|
id: infoRow
|
||||||
anchors.left: treeView.left
|
anchors.left: treeView.left
|
||||||
anchors.right: treeView.right
|
anchors.right: treeView.right
|
||||||
anchors.bottom: uploadSection.top
|
|
||||||
anchors.bottomMargin: hifi.dimensions.contentSpacing.y
|
anchors.bottomMargin: hifi.dimensions.contentSpacing.y
|
||||||
spacing: hifi.dimensions.contentSpacing.x
|
spacing: hifi.dimensions.contentSpacing.x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue