Created attachment 177794 [details] Only some previews match the actual panel position When the panel is not on the bottom of the screen, the previews for Position, Alignment, and Width will update accordingly, and show the panel in its actual position on screen. However, the previews for Visibility, Opacity, and Style do not. See attached screenshot.
This is sort-of intentional from my side. The position/size indicators do preview the position, whereas the "style" indicators only preview the style changes. Previewing the position for all of them IMO looks a bit silly, and complicates quite a bit the code (especially now that there's animation and such). Maybe I should *only* preview the position on the position indicator, and drop it from alignment/width?
Putting in NEEDSINFO as I'd like some discussion about this
If that's too hard, then it should be only the orientation graphic that reflected the actual panel orientation. But I think it would be more polished if everything reflected it.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2865
Git commit 706530f59cc81482c7a0eb3fc24d3088f10041d5 by Niccolò Venerandi. Committed on 09/03/2025 at 15:41. Pushed by niccolove into branch 'master'. Make panel representations adapt to all panel orientations Now, all panel previews will follow the actuar orientation that the panel has. M +9 -0 containments/panel/contents/ui/main.qml M +6 -0 desktoppackage/contents/configuration/PanelConfiguration.qml M +26 -8 desktoppackage/contents/configuration/panelconfiguration/PanelRepresentation.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/706530f59cc81482c7a0eb3fc24d3088f10041d5