Skip to content

Commit

Permalink
Merge pull request #26 from GermanBluefox/patch-2
Browse files Browse the repository at this point in the history
Set initial size of widget
  • Loading branch information
jkvarel authored Jul 18, 2024
2 parents 69ecfa4 + 1a023bb commit f9c1063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-widgets/src/InventwoWidgetSwitch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ class InventwoWidgetSwitch extends (window.visRxWidget || VisRxWidget) {
],
visDefaultStyle: {
overflow: 'visible',
width: 50,
height: 38,
},
visPrev: 'widgets/vis-2-widgets-inventwo/img/vis-widget-inventwo-switch.png',
};
Expand Down

0 comments on commit f9c1063

Please sign in to comment.