mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-08 15:28:49 +02:00
Re-sync files
This commit is contained in:
parent
dda715e171
commit
03bd887f9a
2 changed files with 6 additions and 13 deletions
|
@ -776,17 +776,13 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Row {
|
||||||
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.bottom: uploadSection.top
|
||||||
anchors.topMargin: 2 * hifi.dimensions.contentSpacing.y
|
|
||||||
anchors.bottomMargin: 2 * hifi.dimensions.contentSpacing.y
|
|
||||||
|
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
id: treeInfo
|
|
||||||
anchors.left: parent.left
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
function makeText() {
|
function makeText() {
|
||||||
|
@ -804,9 +800,10 @@ ScrollingWindow {
|
||||||
color: hifi.colors.lightGrayText
|
color: hifi.colors.lightGrayText
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HifiControls.HorizontalSpacer { }
|
||||||
|
|
||||||
HifiControls.CheckBox {
|
HifiControls.CheckBox {
|
||||||
id: bakingCheckbox
|
id: bakingCheckbox
|
||||||
anchors.left: treeInfo.right
|
|
||||||
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
|
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
|
@ -865,8 +862,6 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
anchors.left: bakingCheckbox.right
|
|
||||||
anchors.leftMargin: hifi.dimensions.contentSpacing.x
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
width: infoGlyph.size;
|
width: infoGlyph.size;
|
||||||
height: infoGlyph.size;
|
height: infoGlyph.size;
|
||||||
|
|
|
@ -773,8 +773,7 @@ Rectangle {
|
||||||
id: infoRow
|
id: infoRow
|
||||||
anchors.left: treeView.left
|
anchors.left: treeView.left
|
||||||
anchors.right: treeView.right
|
anchors.right: treeView.right
|
||||||
anchors.topMargin: 2 * hifi.dimensions.contentSpacing.y
|
anchors.bottom: uploadSection.top
|
||||||
anchors.bottomMargin: 2 * hifi.dimensions.contentSpacing.y
|
|
||||||
|
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
@ -794,9 +793,10 @@ Rectangle {
|
||||||
color: hifi.colors.lightGrayText
|
color: hifi.colors.lightGrayText
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HifiControls.HorizontalSpacer { }
|
||||||
|
|
||||||
HifiControls.CheckBox {
|
HifiControls.CheckBox {
|
||||||
id: bakingCheckbox
|
id: bakingCheckbox
|
||||||
anchors.left: treeInfo.right
|
|
||||||
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
|
anchors.leftMargin: 2 * hifi.dimensions.contentSpacing.x
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
|
||||||
|
@ -855,8 +855,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
anchors.left: bakingCheckbox.right
|
|
||||||
anchors.leftMargin: hifi.dimensions.contentSpacing.x
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
width: infoGlyph.size;
|
width: infoGlyph.size;
|
||||||
height: infoGlyph.size;
|
height: infoGlyph.size;
|
||||||
|
|
Loading…
Reference in a new issue