mirror of https://github.com/espruino/BangleApps
Sliding Clock: hybrid clock: date should scroll in from left so not to cash with minutes
parent
497a8abee4
commit
768d3b87c3
|
@ -40,7 +40,7 @@ class EnglishDateFormatter extends DateFormatter {
|
|||
},
|
||||
small: {
|
||||
size: 'ssmall',
|
||||
scroll_off: ['left','right'],
|
||||
scroll_off: ['left'],
|
||||
scroll_in: ['left'],
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue