diff --git a/src/widget/widget-factory.js b/src/widget/widget-factory.js index 4fabaa6..b32200d 100644 --- a/src/widget/widget-factory.js +++ b/src/widget/widget-factory.js @@ -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;