mirror of https://github.com/espruino/BangleApps
Sliding Clock: en clock needs to have the date bigger to be readable
parent
9300c94ba2
commit
2166388559
|
@ -9,7 +9,7 @@ class EnglishDateFormatter extends DateFormatter {
|
|||
constructor() {
|
||||
super();
|
||||
this.row_types = {
|
||||
small: {size: 'vvsmall'}
|
||||
small: {size: 'vsmall'}
|
||||
};
|
||||
this.row_defs = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue