Bug 457814 - Edit mode top toolbar is off-center with Qt scaling
Summary: Edit mode top toolbar is off-center with Qt scaling
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Edit Mode toolbar (show other bugs)
Version: 5.25.3
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: regression
Depends on:
Blocks: 356446
  Show dependency treegraph
 
Reported: 2022-08-12 21:30 UTC by pktriss03
Modified: 2022-09-13 04:32 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.26


Attachments
Picture (847.11 KB, image/jpeg)
2022-08-12 21:30 UTC, pktriss03
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pktriss03 2022-08-12 21:30:28 UTC
Created attachment 151291 [details]
Picture

Edit mode toolbar is misaligned horizontally by the factor of (I assume) global scaling with PLASMA_USE_QT_SCALING=1
1.68x scaling on the attached file
Comment 1 Nate Graham 2022-08-15 15:56:48 UTC
Can reproduce on Wayland, so it looks like this is a thing with Qt scaling in general, and not just on X11.

For me it's actually glued to my left edge though, not off-center on the right.
Comment 2 Fushan Wen 2022-08-21 04:13:19 UTC
Cannot reproduce with a new user, but it's possible that after the screen resolution is changed, the toolbar doesn't stay in the center position anymore.
Comment 3 Bug Janitor Service 2022-08-21 04:35:49 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1108
Comment 4 Fushan Wen 2022-08-22 11:49:39 UTC
Git commit 52a200d39b7a31ead4c6b34b0be455bde7924bbf by Fushan Wen.
Committed on 22/08/2022 at 11:48.
Pushed by fusionfuture into branch 'master'.

toolboxes: set default position to topcenter

There is no topleft.

M  +1    -1    toolboxes/desktoptoolbox/contents/config/main.xml

https://invent.kde.org/plasma/plasma-desktop/commit/52a200d39b7a31ead4c6b34b0be455bde7924bbf
Comment 5 Fushan Wen 2022-08-22 11:50:17 UTC
Git commit 75855242e38f2ef88f250617ffd7f09f74586b9f by Fushan Wen.
Committed on 22/08/2022 at 11:50.
Pushed by fusionfuture into branch 'Plasma/5.25'.

toolboxes: set default position to topcenter

There is no topleft.


(cherry picked from commit 52a200d39b7a31ead4c6b34b0be455bde7924bbf)

M  +1    -1    toolboxes/desktoptoolbox/contents/config/main.xml

https://invent.kde.org/plasma/plasma-desktop/commit/75855242e38f2ef88f250617ffd7f09f74586b9f
Comment 6 Fushan Wen 2022-08-22 11:50:36 UTC
Git commit 14579be682ad9329bf5a27112d5e294b331cd8a2 by Fushan Wen.
Committed on 22/08/2022 at 11:50.
Pushed by fusionfuture into branch 'Plasma/5.24'.

toolboxes: set default position to topcenter

There is no topleft.


(cherry picked from commit 52a200d39b7a31ead4c6b34b0be455bde7924bbf)

M  +1    -1    toolboxes/desktoptoolbox/contents/config/main.xml

https://invent.kde.org/plasma/plasma-desktop/commit/14579be682ad9329bf5a27112d5e294b331cd8a2
Comment 7 Nate Graham 2022-09-13 04:32:29 UTC
Appears to be fixed with today's git master.