1
0
Fork 0
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:
irismarie 2020-07-14 16:47:25 +02:00
parent e628a55593
commit e1e9c61c64

View file

@ -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;