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

pull/2178/head
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',
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);