Merge pull request #11378 from Atlante45/feat/auto-bake

Fix Asset Server layout on the tablet
This commit is contained in:
Ryan Huffman 2017-09-15 14:52:47 -07:00 committed by GitHub
commit 1ca926c780

View file

@ -517,8 +517,6 @@ Rectangle {
HifiControls.Tree {
id: treeView
anchors.top: assetDirectory.bottom
anchors.bottom: infoRow.top
anchors.margins: hifi.dimensions.contentMargin.x + 2 // Extra for border
anchors.left: parent.left
anchors.right: parent.right
@ -722,7 +720,6 @@ Rectangle {
id: infoRow
anchors.left: treeView.left
anchors.right: treeView.right
anchors.bottom: uploadSection.top
anchors.bottomMargin: hifi.dimensions.contentSpacing.y
spacing: hifi.dimensions.contentSpacing.x