mirror of https://github.com/espruino/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 = {
|
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],
|
||||||
|
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue