Created attachment 136709 [details] image1 On laptop with 15.6" screen, with new monitor window maximized, when I enter "Edit Page" mode, I can't see some parts of the UI on right side, and there is no way to resize layout to see them. See attached images for more info.
Created attachment 136710 [details] image2
Created attachment 136711 [details] image3
Confirmed on all 3. Operating System: Solus 4.2 KDE Plasma Version: 5.21.2 KDE Frameworks Version: 5.79.0 Qt Version: 5.15.2
Git commit c53c1c7b139b47d20ba347ca01f90b217dbf04ae by David Redondo. Committed on 26/03/2021 at 12:23. Pushed by davidre into branch 'master'. Fix scrollbar overlapping configuration page The preferredWidth was to big because the scrollbar adds additional padding in the internal hierachy of the page. Also up the columnWidth otherwise we do not have enough space for the wide mode of the formlayout inside the faceConfigUi. FIXED-IN:5.21.4 M +1 -1 src/main.qml M +1 -1 src/page/FaceConfigurationPage.qml https://invent.kde.org/plasma/plasma-systemmonitor/commit/c53c1c7b139b47d20ba347ca01f90b217dbf04ae
Git commit 954282f9f618c08e23ac6d312ec79e8213aa2ee1 by David Redondo. Committed on 26/03/2021 at 12:28. Pushed by davidre into branch 'Plasma/5.21'. Fix scrollbar overlapping configuration page The preferredWidth was to big because the scrollbar adds additional padding in the internal hierachy of the page. Also up the columnWidth otherwise we do not have enough space for the wide mode of the formlayout inside the faceConfigUi. FIXED-IN:5.21.4 (cherry picked from commit c53c1c7b139b47d20ba347ca01f90b217dbf04ae) M +1 -1 src/main.qml M +1 -1 src/page/FaceConfigurationPage.qml https://invent.kde.org/plasma/plasma-systemmonitor/commit/954282f9f618c08e23ac6d312ec79e8213aa2ee1
Problem in image1 is still persistent with 5.21.4
I think that last issue is caused by the fact that QQC2 checkboxes don't elide or wrap their text when it's too long. We can work around that by making the sidebar wider or shortening the text (or urging translators to use shorter translations). However I think ultimately we just need to fix that bug. Let's track that with Bug 435934.
Git commit d32b902de5e33b68d6bfd9ea870c9b03697fa26f by Nate Graham. Committed on 19/04/2021 at 18:57. Pushed by ngraham into branch 'master'. fill width for long checkbox No effect right now, but this is for in case we ever fix Bug 434461. M +1 -0 faces/facepackages/textonly/contents/ui/Config.qml https://invent.kde.org/plasma/libksysguard/commit/d32b902de5e33b68d6bfd9ea870c9b03697fa26f
I mean Bug 435934, of course... :/