diff options
author | Marc Deslauriers <[email protected]> | 2025-01-30 09:09:40 -0500 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-02-11 03:26:58 +0000 |
commit | 75032aef04ba5326d29c7b594abe1d51491c376e (patch) | |
tree | f3014ce3fe7bdd8df63bfbb2db18ee2bc34d8c34 /plugins | |
parent | 72e5c2e229d66718c54b2e0b851062051c6cb5e8 (diff) | |
download | pluma-75032aef04ba5326d29c7b594abe1d51491c376e.tar.bz2 pluma-75032aef04ba5326d29c7b594abe1d51491c376e.tar.xz |
Do not use the window allocation to save the window size
Using the window allocation directly causes the window size to
grow each time pluma is opened as it includes window decorations.
Use gtk_window_get_size() instead, as recommended in the GTK
documentation.
(see https://docs.gtk.org/gtk3/method.Window.set_default_size.html)
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions