Ever since deploying the latest OttoDeploy update, opening it launches the window in the middle of my dual monitor layout (half on each screen), with the top half rendered outside of the display area (e.g. not mousable or otherwise accessible.) The only fix is to fiddle with the bottom window border, which forces the window to re-draw and reset itself within the bounds of the display area. This never happened before, and is not happening when opening any other databases. Not sure if the issue is limited to Windows, but that is what I’m currently using.
Hey @pascal.emond ,
That is strange, I’ll get this written down to fix in our next schema version. The source of this is that we changed the default window position with version 2.0.0, which should place it at the top left of your screen. If that is failing you can change the default window position on your copy of OttoDeploy so it does not continue to happen.
To change the default window position, download the file to your local machine and open it. Move the window to where you would like it to open when you open the file. To make the position change stick, you’ll need to change some of the schema, so add a comment to one of the scripts or something similar. Once you’ve done so you should be able to save, close, and re-upload the file to your server. Going forward it should open in whatever position you specify.
-Kyle