Created attachment 182988 [details] screenshot ru_RU SUMMARY Button "Terminate Process" doesn't fit in window. STEPS TO REPRODUCE 1. Select some processes. 2. Press Delete. 3. OBSERVED RESULT Confirmation dialog has button "Terminatee Process", however it's not fully visible. EXPECTED RESULT Button should be visible. SOFTWARE/OS VERSIONS Operating System: Fedora Linux 41 KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.14.0 Qt Version: 6.8.2 Kernel Version: 6.13.11-200.fc41.x86_64 (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz Memory: 15.4 ГиБ of RAM Graphics Processor 1: Intel® HD Graphics 530 Graphics Processor 2: NVIDIA GeForce GTX 960M ADDITIONAL INFORMATION
In this state, if you make the window wider, does the dialog become larger and make enough room to fit the buttons?
Created attachment 184301 [details] screenshot ru_RU Yes, it fits in a wider window.
Right, makes sense. I see what's going on here. The dialog does allocate enough space for itself to show all the buttons during normal situations, but when the window is reduces in size, it has to reduce in size too, so the buttons get cut off. The problem is there would actually be more space if the popup centered on the window, not on the view. Probably simplest to just do that.
Should be fixed with https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/380.
Since the Bugzilla bot is still not working, this was fixed by me with https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/1c7872b300e516d38e123fc988a69690af7ac8eb in Plasma 6.4.5.
Git commit cecf2ca1cc76f3bb0979abfac972e4a33d21554a by Nate Graham. Committed on 23/08/2025 at 20:20. Pushed by ngraham into branch 'Plasma/6.4'. Center "Kill process/application" dialog in window, not view When it's centered on the view, there may not be enough room to fit all the buttons if the user makes the window small when usign a language with long words, like Russian. FIXED-IN: 6.4.5 (cherry picked from commit 1c7872b300e516d38e123fc988a69690af7ac8eb) Co-authored-by: Nate Graham <nate@kde.org> M +2 -0 src/table/KillDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/cecf2ca1cc76f3bb0979abfac972e4a33d21554a
Git commit 1c7872b300e516d38e123fc988a69690af7ac8eb by Nate Graham. Committed on 22/08/2025 at 18:46. Pushed by ngraham into branch 'master'. Center "Kill process/application" dialog in window, not view When it's centered on the view, there may not be enough room to fit all the buttons if the user makes the window small when usign a language with long words, like Russian. FIXED-IN: 6.4.5 M +2 -0 src/table/KillDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/1c7872b300e516d38e123fc988a69690af7ac8eb