forked from FOSS/BangleApps
Sliding Clock: en2 p clock - date needs to be slightly larger to be readable
parent
a0d01c0d24
commit
6ed05fa9ab
|
@ -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],
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue