mirror of https://github.com/espruino/BangleApps
Sliding Clock: BUGFIX: en2 patchwork has to come in furhter to the left
parent
cbb045274e
commit
482a1b96c1
|
@ -34,13 +34,13 @@
|
|||
},
|
||||
{
|
||||
type: 'medium',
|
||||
init_coords: [0.27,0.1],
|
||||
init_coords: [0.26,0.1],
|
||||
row_direction: [0.0,1.0],
|
||||
rows: 2
|
||||
},
|
||||
{
|
||||
type: 'small',
|
||||
init_coords: [0.27,0.9],
|
||||
init_coords: [0.26,0.9],
|
||||
row_direction: [0.0,1.0],
|
||||
rows: 1
|
||||
}
|
||||
|
@ -96,7 +96,6 @@
|
|||
'es': { date_formatter: 'es'},
|
||||
'jp': { date_formatter: 'jp'},
|
||||
'dgt': { date_formatter: 'dgt'},
|
||||
'dgt2': { date_formatter: 'default'},
|
||||
}
|
||||
var locales = Object.keys(locale_mappings);
|
||||
|
||||
|
|
Loading…
Reference in New Issue