Sliding Clock: BUGFIX: en2 patchwork has to come in furhter to the left

master
lu713691 2022-10-03 12:35:01 +01:00
parent cbb045274e
commit 482a1b96c1
No known key found for this signature in database
GPG Key ID: 5A448EB0FC623526
1 changed files with 2 additions and 3 deletions

View File

@ -34,13 +34,13 @@
}, },
{ {
type: 'medium', type: 'medium',
init_coords: [0.27,0.1], init_coords: [0.26,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.27,0.9], init_coords: [0.26,0.9],
row_direction: [0.0,1.0], row_direction: [0.0,1.0],
rows: 1 rows: 1
} }
@ -96,7 +96,6 @@
'es': { date_formatter: 'es'}, 'es': { date_formatter: 'es'},
'jp': { date_formatter: 'jp'}, 'jp': { date_formatter: 'jp'},
'dgt': { date_formatter: 'dgt'}, 'dgt': { date_formatter: 'dgt'},
'dgt2': { date_formatter: 'default'},
} }
var locales = Object.keys(locale_mappings); var locales = Object.keys(locale_mappings);