diff --git a/src/components/widget-factory.js b/src/components/widget-factory.js index 0126b8f..9cae22a 100644 --- a/src/components/widget-factory.js +++ b/src/components/widget-factory.js @@ -143,6 +143,10 @@ class WidgetFactory { case 'HTML': widget.content = 'Hello World'; break; + case 'Topology': + widget.width = 600; + widget.height = 400; + break; default: widget.width = 100;