forked from FOSS/BangleApps
Remove unused constant
parent
490b165862
commit
0d6f7687fc
|
@ -5,4 +5,5 @@
|
|||
0.16: Fix midnight decisively
|
||||
0.17: Get loadWidgets back in the right place
|
||||
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');
|
||||
|
||||
// Define constants
|
||||
const WIDGETS_HEIGHT = 20;
|
||||
const DATETIME_SPACING_HEIGHT = 5;
|
||||
const TIME_HEIGHT = 8;
|
||||
const DATE_HEIGHT = 8;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Dutch Clock",
|
||||
"shortName":"Dutch Clock",
|
||||
"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.",
|
||||
"type": "clock",
|
||||
"tags": "clock,dutch,text",
|
||||
|
|
Loading…
Reference in New Issue