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() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this.row_types = {
|
this.row_types = {
|
||||||
small: {size: 'vvsmall'}
|
small: {size: 'vsmall'}
|
||||||
};
|
};
|
||||||
this.row_defs = [
|
this.row_defs = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue