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

pull/2178/head
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 = { const heights = {
vvvsmall: [14,11], tiny: [14,11],
vvsmall: [15,13], vvsmall: [15,13],
vsmall: [20,15], vsmall: [20,15],
ssmall: [22,17],
small: [25,20], small: [25,20],
msmall: [30,22], msmall: [30,22],
medium: [40,25], medium: [40,25],

View File

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