1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Initial widget topology size

This commit is contained in:
Ricardo Hernandez-Montoya 2018-01-10 16:50:43 +01:00
parent b08c40de39
commit 3174750fb7

View file

@ -143,6 +143,10 @@ class WidgetFactory {
case 'HTML':
widget.content = '<i>Hello World</i>';
break;
case 'Topology':
widget.width = 600;
widget.height = 400;
break;
default:
widget.width = 100;