diff --git a/src/engine/monitor-record.js b/src/engine/monitor-record.js index 925b7c5f2..daa6f9db1 100644 --- a/src/engine/monitor-record.js +++ b/src/engine/monitor-record.js @@ -12,8 +12,8 @@ const MonitorRecord = Record({ mode: 'default', sliderMin: 0, sliderMax: 100, - x: 0, - y: 0, + x: null, // (x: null, y: null) Indicates that the monitor should be auto-positioned + y: null, width: 0, height: 0, visible: true