mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 21:05:04 +02:00
zFox Changes
This commit is contained in:
parent
3b4185fdb3
commit
b60b58ff35
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,8 @@ Item {
|
||||||
|
|
||||||
function sortSkyboxes(response) {
|
function sortSkyboxes(response) {
|
||||||
var arr = JSON.parse(response);
|
var arr = JSON.parse(response);
|
||||||
for (var i = 0; i < arr.length; i++) {
|
var arrLength = arr.length;
|
||||||
|
for (var i = 0; i < arrLength; i++) {
|
||||||
defaultThumbnails.push(arr[i].thumb);
|
defaultThumbnails.push(arr[i].thumb);
|
||||||
defaultFulls.push(arr[i].full);
|
defaultFulls.push(arr[i].full);
|
||||||
skyboxModel.append({});
|
skyboxModel.append({});
|
||||||
|
@ -101,7 +102,6 @@ Item {
|
||||||
anchors.topMargin: 20
|
anchors.topMargin: 20
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: 400
|
width: 400
|
||||||
//height: parent.height
|
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
currentIndex: -1
|
currentIndex: -1
|
||||||
cellWidth: 200
|
cellWidth: 200
|
||||||
|
|
Loading…
Reference in a new issue