Re-sync files

This commit is contained in:
Atlante45 2017-09-26 18:42:50 -07:00
parent dda715e171
commit 03bd887f9a
2 changed files with 6 additions and 13 deletions

View file

@ -776,17 +776,13 @@ ScrollingWindow {
}
}
Item {
Row {
id: infoRow
anchors.left: treeView.left
anchors.right: treeView.right
anchors.bottom: uploadSection.top
anchors.topMargin: 2 * hifi.dimensions.contentSpacing.y
anchors.bottomMargin: 2 * hifi.dimensions.contentSpacing.y
RalewayRegular {
id: treeInfo
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
function makeText() {
@ -804,9 +800,10 @@ ScrollingWindow {
color: hifi.colors.lightGrayText
}
HifiControls.HorizontalSpacer { }
HifiControls.CheckBox {
id: bakingCheckbox
anchors.left: treeInfo.right
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
anchors.verticalCenter: parent.verticalCenter
@ -865,8 +862,6 @@ ScrollingWindow {
}
Item {
anchors.left: bakingCheckbox.right
anchors.leftMargin: hifi.dimensions.contentSpacing.x
anchors.verticalCenter: parent.verticalCenter
width: infoGlyph.size;
height: infoGlyph.size;

View file

@ -773,8 +773,7 @@ Rectangle {
id: infoRow
anchors.left: treeView.left
anchors.right: treeView.right
anchors.topMargin: 2 * hifi.dimensions.contentSpacing.y
anchors.bottomMargin: 2 * hifi.dimensions.contentSpacing.y
anchors.bottom: uploadSection.top
RalewayRegular {
anchors.verticalCenter: parent.verticalCenter
@ -794,9 +793,10 @@ Rectangle {
color: hifi.colors.lightGrayText
}
HifiControls.HorizontalSpacer { }
HifiControls.CheckBox {
id: bakingCheckbox
anchors.left: treeInfo.right
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
anchors.verticalCenter: parent.verticalCenter
@ -855,8 +855,6 @@ Rectangle {
}
Item {
anchors.left: bakingCheckbox.right
anchors.leftMargin: hifi.dimensions.contentSpacing.x
anchors.verticalCenter: parent.verticalCenter
width: infoGlyph.size;
height: infoGlyph.size;