mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
increase default height so line can be edited more easily
This commit is contained in:
parent
e628a55593
commit
e1e9c61c64
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class WidgetFactory {
|
|||
widget.customProperties.file = -1; // ID of file, -1 means non selected
|
||||
break;
|
||||
case 'Line':
|
||||
widget.height = 20;
|
||||
widget.height = 30;
|
||||
widget.customProperties.border_color = 0;
|
||||
widget.customProperties.border_width = 2;
|
||||
widget.customProperties.margin_top = 15;
|
||||
|
|
Loading…
Add table
Reference in a new issue