From 6c409e213eec2c697c7b351ee4200897d4681a9b Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 26 Dec 2024 19:41:33 +0100 Subject: [PATCH] fixed viewbox --- clock.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clock.js b/clock.js index 144e7e8..c75635e 100644 --- a/clock.js +++ b/clock.js @@ -14,7 +14,7 @@ module.exports = RED => { this.on( 'close', ui.addWidget( { node: this, format: ` - + @@ -74,7 +74,7 @@ module.exports = RED => { - + `, width: +config.width || +RED.nodes.getNode( config.group ).config.width,