mirror of https://github.com/espruino/BangleApps
Sliding Clock: en clocks - dates needs to be 1 size bigger to be readable
parent
2000c54f75
commit
170f6e2db4
|
@ -9,7 +9,7 @@ class EnglishDateFormatter extends DateFormatter {
|
|||
constructor() {
|
||||
super();
|
||||
this.row_types = {
|
||||
small: {size: 'vsmall'}
|
||||
small: {size: 'ssmall'}
|
||||
};
|
||||
this.row_defs = [
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
scroll_in: ['right'],
|
||||
},
|
||||
small: {
|
||||
size: 'vsmall',
|
||||
scroll_off: ['right'],
|
||||
scroll_in: ['right'],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue