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

Reduce minimum width of number input widget (works on #193)

This commit is contained in:
Sonja Happ 2020-04-07 13:30:54 +02:00
parent 0f84c7197e
commit 2c77cc46dc

View file

@ -133,7 +133,7 @@ class WidgetFactory {
widget.customProperties.toggle = false;
break;
case 'NumberInput':
widget.minWidth = 200;
widget.minWidth = 150;
widget.minHeight = 50;
widget.width = 200;
widget.height = 50;