1
0
Fork 0

Sliding Clock: en2 p clock - date needs to be slightly larger to be readable

master
Adrian Kirk 2022-10-06 11:23:26 +01:00
parent a0d01c0d24
commit 6ed05fa9ab
No known key found for this signature in database
GPG Key ID: 5A448EB0FC623526
2 changed files with 4 additions and 3 deletions

View File

@ -339,9 +339,10 @@ function mergeObjects(obj1, obj2){
const heights = {
vvvsmall: [14,11],
tiny: [14,11],
vvsmall: [15,13],
vsmall: [20,15],
ssmall: [22,17],
small: [25,20],
msmall: [30,22],
medium: [40,25],

View File

@ -61,7 +61,7 @@
angle_to_horizontal: 0,
scroll_off: ['left'],
scroll_in: ['left'],
size: 'vsmall'
size: 'ssmall'
},
small: {
scroll_off: ['left'],
@ -86,7 +86,7 @@
},
{
type: 'small',
init_coords: [0.05,0.4],
init_coords: [0.05,0.45],
row_direction: [0.0,1.0],
rows: 3
},