GNOME Bugzilla – Bug 759117
polari window grows over time at each restart
Last modified: 2016-01-08 12:09:26 UTC
gtk+ 3.19.x will compensate for client-side decorations in set_default_size() and get_size() but Polari uses the requisition size which includes the client-side decorations. As a result, on exit, the window-size saved in gsettings includes the size of the client-side decorations, and on next restart, Polari's main window will end up being larger than previously.
Created attachment 316876 [details] [review] mainWindow: fix growth at each restart Proposed patch to fix the issue.
Review of attachment 316876 [details] [review]: Sure. The current code is following our current recommendations on that topic[0], so we probably want to update those as well ... [0] https://wiki.gnome.org/HowDoI/SaveWindowState
Comment on attachment 316876 [details] [review] mainWindow: fix growth at each restart attachment 316876 [details] [review] pushed as commit 4314b20 mainWindow: fix growth at each restart