mirror of https://github.com/espruino/BangleApps
SLiding Clock: BUGFIX - didn't change metadata for digital face
parent
91a9176308
commit
b698c60a41
|
@ -20,6 +20,7 @@
|
||||||
{"name":"slidingtext.locale.fr.js","url":"slidingtext.locale.fr.js"},
|
{"name":"slidingtext.locale.fr.js","url":"slidingtext.locale.fr.js"},
|
||||||
{"name":"slidingtext.locale.jp.js","url":"slidingtext.locale.jp.js"},
|
{"name":"slidingtext.locale.jp.js","url":"slidingtext.locale.jp.js"},
|
||||||
{"name":"slidingtext.locale.de.js","url":"slidingtext.locale.de.js"},
|
{"name":"slidingtext.locale.de.js","url":"slidingtext.locale.de.js"},
|
||||||
|
{"name":"slidingtext.locale.dgt.js","url":"slidingtext.locale.dgt.js"},
|
||||||
{"name":"slidingtext.dtfmt.js","url":"slidingtext.dtfmt.js"}
|
{"name":"slidingtext.dtfmt.js","url":"slidingtext.dtfmt.js"}
|
||||||
],
|
],
|
||||||
"data": [{"name": "slidingtext.settings.json"}]
|
"data": [{"name": "slidingtext.settings.json"}]
|
||||||
|
|
|
@ -19,7 +19,9 @@
|
||||||
scroll_in: ['up'],
|
scroll_in: ['up'],
|
||||||
},
|
},
|
||||||
medium: {
|
medium: {
|
||||||
size: 'msmall'
|
size: 'msmall',
|
||||||
|
scroll_off: ['right'],
|
||||||
|
scroll_in: ['right'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
row_defs: [
|
row_defs: [
|
||||||
|
@ -31,13 +33,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'medium',
|
type: 'medium',
|
||||||
init_coords: [0.3,0.1],
|
init_coords: [0.29,0.1],
|
||||||
row_direction: [0.0,1.0],
|
row_direction: [0.0,1.0],
|
||||||
rows: 2
|
rows: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'small',
|
type: 'small',
|
||||||
init_coords: [0.3,0.9],
|
init_coords: [0.29,0.9],
|
||||||
row_direction: [0.0,1.0],
|
row_direction: [0.0,1.0],
|
||||||
rows: 1
|
rows: 1
|
||||||
}
|
}
|
||||||
|
@ -74,7 +76,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'large',
|
type: 'large',
|
||||||
init_coords: [0.7,0.9],
|
init_coords: [0.7,0.99],
|
||||||
row_direction: [0.0,1.0],
|
row_direction: [0.0,1.0],
|
||||||
rows: 1
|
rows: 1
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue