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:
parent
b08c40de39
commit
3174750fb7
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue