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