mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 00:24:46 +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
|
||||
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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue