mirror of https://github.com/espruino/BangleApps
Remove unused constant
parent
490b165862
commit
0d6f7687fc
|
@ -6,3 +6,4 @@
|
||||||
0.17: Get loadWidgets back in the right place
|
0.17: Get loadWidgets back in the right place
|
||||||
0.18: Move setUI and loadWidgets to initialize function
|
0.18: Move setUI and loadWidgets to initialize function
|
||||||
0.19: Make compatible with top and bottom widgets
|
0.19: Make compatible with top and bottom widgets
|
||||||
|
0.20: Remove unused constant
|
|
@ -4,7 +4,6 @@ const locale = require('locale');
|
||||||
const widget_utils = require('widget_utils');
|
const widget_utils = require('widget_utils');
|
||||||
|
|
||||||
// Define constants
|
// Define constants
|
||||||
const WIDGETS_HEIGHT = 20;
|
|
||||||
const DATETIME_SPACING_HEIGHT = 5;
|
const DATETIME_SPACING_HEIGHT = 5;
|
||||||
const TIME_HEIGHT = 8;
|
const TIME_HEIGHT = 8;
|
||||||
const DATE_HEIGHT = 8;
|
const DATE_HEIGHT = 8;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Dutch Clock",
|
"name": "Dutch Clock",
|
||||||
"shortName":"Dutch Clock",
|
"shortName":"Dutch Clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.19",
|
"version":"0.20",
|
||||||
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
"description": "A clock that displays the time the way a Dutch person would respond when asked what time it is.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock,dutch,text",
|
"tags": "clock,dutch,text",
|
||||||
|
|
Loading…
Reference in New Issue