SUMMARY The menu separator is too high This warning seems related: file:///home/nico/kde/usr/qml/org/kde/kirigami.2/private/ActionsMenu.qml:19:43: QML MenuSeparator: Binding loop detected for property "implicitHeight" This seems to be caused by https://invent.kde.org/frameworks/kirigami/-/commit/f1ef6202fc62ef006be4fdfcc9485ad455a4c3cc SOFTWARE/OS VERSIONS KDE Frameworks Version: master Qt Version: 5.15 ADDITIONAL INFORMATION Wayland session One of my monitors has 2x scaling
Created attachment 129760 [details] comparison
Created attachment 129761 [details] In application
I'll fix this.
Git commit 41e20ee53c690fb6efeab2a40feb917d889ac624 by Nate Graham, on behalf of Arjen Hiemstra. Committed on 07/07/2020 at 15:45. Pushed by ngraham into branch 'master'. Set height of MenuSeparator properly Since Kirigami's Separator now only specifies implicitHeight, the separator used in the background will be resized by Control. If we specify an explicit height, it will correctly centre again. M +1 -0 org.kde.desktop/MenuSeparator.qml https://invent.kde.org/frameworks/qqc2-desktop-style/commit/41e20ee53c690fb6efeab2a40feb917d889ac624
Actually, Arjen fixed this. :)