jacobson3 / VI-Peek

MIT License
4 stars 3 forks source link

Set Default Window Position #34

Closed jacobson3 closed 2 years ago

jacobson3 commented 2 years ago

Right now the peek window will save its last known position/bounds in LabVIEW's INI so that it will be opened in the same location with the same size. When the package first installs there isn't a known position so the VI will just open up in the VI's last known position. This could lead to strange issues in the future if developers aren't careful and save the main window as it is on a third monitor or something like that.

We should probably set a default value on installation so that the window always appears at 0,0 at some reasonable size.

jacobson3 commented 2 years ago

fixed in 8b9bba7e2f4c390ea3233dfe15fd91123f1e9d35