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:
parent
b42425a0e5
commit
e628a55593
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue