Wasn't sure where to submit this so threw it under KDE. Need multiple monitors to test as it only appears to happen when you select a different monitor than the default one. STEPS TO REPRODUCE 1. Right-click on the desktop and select Configure Display Settings 2. Note the Orientation label's position 3. Select another display in the top section OBSERVED RESULT Orientation label moves EXPECTED RESULT The orientation label does not move Qt6 git master
How strange, can you attach screenshots for those of us without multiple screens handy?
Created attachment 160349 [details] Screenshot 1
Created attachment 160350 [details] Screenshot 2 Screenshot 1 is when I initially open Display Configuration Screenshot 2 is when I have selected a different monitor Photos used instead of screenshots as my spectacle is fubar due to another bug (NVIDIA I think)
Heh it's wrong in both cases :p
Can reproduce.
Code says this: Kirigami.FormData.label: i18n("Orientation:") Kirigami.FormData.buddyFor: autoRotateColumn.visible ? autoRotateRadio : orientation The buddy assignment seems to be buggy. It's being a buddy for orientation even when autoRotateColumn is visible.
Git commit c2941121573d6533c159451890710fe522c92055 by Nate Graham. Committed on 01/09/2023 at 19:55. Pushed by ngraham into branch 'master'. kcm: fix "Orientation:" label positioning The FormData.buddyFor: property requires that the target be a direct child, so make it that. After that, we can use the FormData.labelAlignment: property to make it appear in the right place. FIXED-IN: 6.0 M +2 -1 kcm/ui/Orientation.qml https://invent.kde.org/plasma/kscreen/-/commit/c2941121573d6533c159451890710fe522c92055