https://bugs.kde.org/show_bug.cgi?id=400298
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |892c5a27b427b63b8faa4cd5f92 | |141040fd0fcd1 Version Fixed In| |5.25 --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 892c5a27b427b63b8faa4cd5f92141040fd0fcd1 by Nate Graham, on behalf of Eugene Popov. Committed on 03/03/2022 at 21:17. Pushed by ngraham into branch 'master'. SystemMonitor: Port to KMainWindow Currently, KSystemActivityDialog is derived from QDialog and therefore has several limitations: * it doesn't save and restore its size and position * it doesn't respect Window Placement settings (it always opens in the center) Porting it to KMainWindow removes these limitations and saves the user from creating window rules to get around them. FIXED-IN: 5.25 M +28 -33 systemmonitor/ksystemactivitydialog.cpp M +6 -9 systemmonitor/ksystemactivitydialog.h M +4 -2 systemmonitor/main.cpp https://invent.kde.org/plasma/plasma-workspace/commit/892c5a27b427b63b8faa4cd5f92141040fd0fcd1 -- You are receiving this mail because: You are watching all bug changes.