Created attachment 181924 [details] screencast ru_RU SUMMARY Processes tab: Cannot see current list of columns when columns configuration dialog is on screen. STEPS TO REPRODUCE 1. Open Configure columns... OBSERVED RESULT Most existing columns and values are obscured by the dialog. EXPECTED RESULT Ability to move the configuration dialog. It's possible in most other apps where configuration dialog in a separate window, e.g. in KWrite. 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
Ability to move this dialog will arrive if and when we implement the new Qt feature to make QtQuick.Dialog spawn a standalone window. Until then, we can at least adjust the position of this one.
Oops, looks like I broke this. :/ Fixing it now. Sorry about that!
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/370
Git commit 596c5be7758de8cd7bc6f70c5540a552b64591ef by Nate Graham. Committed on 06/06/2025 at 12:59. Pushed by ngraham into branch 'master'. Partially revert "Don't override dialog y: values" This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c. Most of these dialogs didn't need to override the y: value, but the column configuration dialog did, since it's helpful to be able to see which columns are currently visible. Restore that and add a comment explaining why it's there so no one removes it again in the future. FIXED-IN: 6.3.6 M +2 -0 src/table/ColumnConfigurationDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/596c5be7758de8cd7bc6f70c5540a552b64591ef
Git commit 2e16eddbf5adf595e8a9e94ebcd7f6b3cc33903c by Nate Graham. Committed on 06/06/2025 at 12:59. Pushed by ngraham into branch 'Plasma/6.4'. Partially revert "Don't override dialog y: values" This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c. Most of these dialogs didn't need to override the y: value, but the column configuration dialog did, since it's helpful to be able to see which columns are currently visible. Restore that and add a comment explaining why it's there so no one removes it again in the future. FIXED-IN: 6.3.6 (cherry picked from commit 596c5be7758de8cd7bc6f70c5540a552b64591ef) 1cbebf19 Partially revert "Don't override dialog y: values" Co-authored-by: Nate Graham <nate@kde.org> M +2 -0 src/table/ColumnConfigurationDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/2e16eddbf5adf595e8a9e94ebcd7f6b3cc33903c
Git commit 6b0a0badcf4a041d6ac600b142e4ff0a8d8a6735 by Nate Graham. Committed on 06/06/2025 at 13:00. Pushed by ngraham into branch 'Plasma/6.3'. Partially revert "Don't override dialog y: values" This reverts one part of commit a0d31ca21c32c223e5e6323fc56bdfb2611c237c. Most of these dialogs didn't need to override the y: value, but the column configuration dialog did, since it's helpful to be able to see which columns are currently visible. Restore that and add a comment explaining why it's there so no one removes it again in the future. FIXED-IN: 6.3.6 (cherry picked from commit 596c5be7758de8cd7bc6f70c5540a552b64591ef) 1cbebf19 Partially revert "Don't override dialog y: values" Co-authored-by: Nate Graham <nate@kde.org> M +2 -0 src/table/ColumnConfigurationDialog.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/6b0a0badcf4a041d6ac600b142e4ff0a8d8a6735