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