1
0
Fork 0

Remove unused constant

master
Martin Pool 2024-09-07 12:59:15 +02:00
parent 490b165862
commit 0d6f7687fc
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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",