temporary fix for video skipping bug (#716); add third parameter (index) to forEach callback; add Geo colors
This commit is contained in:
parent
8c67bf9462
commit
17aca54e7a
5 changed files with 57 additions and 50 deletions
|
|
@ -24,9 +24,9 @@ Ox.load('UI', function() {
|
|||
|
||||
$main = Ox.Element()
|
||||
.append(
|
||||
Ox.Label({
|
||||
textAlign: 'center',
|
||||
title: 'File Button',
|
||||
Ox.FileButton({
|
||||
maxFiles: 1,
|
||||
title: 'Select File...',
|
||||
width: 128
|
||||
})
|
||||
.css({
|
||||
|
|
@ -37,20 +37,7 @@ Ox.load('UI', function() {
|
|||
)
|
||||
.append(
|
||||
Ox.FileButton({
|
||||
maxFiles: 1,
|
||||
title: 'Select File...',
|
||||
width: 128
|
||||
})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: '160px',
|
||||
top: '16px'
|
||||
})
|
||||
)
|
||||
.append(
|
||||
Ox.Label({
|
||||
textAlign: 'center',
|
||||
title: 'File Input',
|
||||
title: 'Select Files...',
|
||||
width: 128
|
||||
})
|
||||
.css({
|
||||
|
|
@ -66,8 +53,8 @@ Ox.load('UI', function() {
|
|||
})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: '160px',
|
||||
top: '48px'
|
||||
left: '16px',
|
||||
top: '80px'
|
||||
})
|
||||
)
|
||||
.append(
|
||||
|
|
@ -76,8 +63,8 @@ Ox.load('UI', function() {
|
|||
})
|
||||
.css({
|
||||
position: 'absolute',
|
||||
left: '160px',
|
||||
top: '80px'
|
||||
left: '16px',
|
||||
top: '112px'
|
||||
})
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue