Skip to content

improve src/gtr-window.c to save main window layout

Earlier, though the application was saving the main-window-state, but the size of the window was getting increased by some dimensions whenever relaunched/restarted.

Now, it saves the exact dimensions of the window before closing. Thus, the dimensions remain intact and the window appears towards the left to the window manager.

Merge request reports