rovf left a comment (geany/geany#4627) > Those were in geany.conf? geometry should be in session.conf.
I found that those entries are *also* in session.conf, but with slightly different values: ``` treeview_position=167 msgwindow_position=808 geometry=3;160;1674;1042;0; sidebar_page=0 ``` Like geany.conf, this file gets updated every time I quit Geany. Didn't expect that they are in two files, and I don't know why the values are not identical. Maximizing Geany does not update those conf files, neither does manual resizing. I need to quit Geany in order to have those files updated. BTW, in case it matters: Changing the window size is remembered correctly for the next session. It is just the size of the status area (i.e. the split point between edit pane and status area) which gets lost. Indeed, I found that the value of msgwindow_position in session.conf always stucks to 504, while the one in geany.conf seems to reflect the "correct" value. I conclude that Geany, on quitting, writes the actual msgwindow_position to geany.conf, but on starting takes it from session.conf. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4627#issuecomment-5175689602 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4627/[email protected]>
