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

fixed issue with line default value

This commit is contained in:
irismarie 2020-07-14 16:02:15 +02:00
parent b42425a0e5
commit e628a55593

View file

@ -181,9 +181,9 @@ class WidgetFactory {
widget.customProperties.file = -1; // ID of file, -1 means non selected
break;
case 'Line':
widget.height = 50;
widget.customProperties.border_color = 8;
WidgetSlider.customPropertier.border_width = 2;
widget.height = 20;
widget.customProperties.border_color = 0;
widget.customProperties.border_width = 2;
widget.customProperties.margin_top = 15;
widget.customProperties.rotation = 0;
break;