Despite having QT_SCREEN_SCALE_FACTORS=2 set, kwin does not respect this for some reason. See the two attached screenshots comparing dolphin and kwin context menu padding.
Created attachment 101994 [details] bad-context-menu-padding-on-kwin-window-border.png
Created attachment 101995 [details] good-context-menu-padding-in-dolphin.png
This is similar to bug #372013, which involves plasmashell.
@David: opinions?
He's correct, Qt scaling in kwin is turned off. Unfortunately turning it on would cause havoc, and require changes all over kwin. It isn't worth it right now, and we can't do scaling on a per-window basis. Plasmashell also has the same issue with context menus. I can see us making a pure QtQuick menu at some point in the near future which can then use Plasma scaling. With the current wayland scaling patchset the situation is different, but not perfect. The menu will be scaled so all icons look normal but it will have the resolution of a normal DPI device.
Wayland scaling patchset merged. My drop down looks fine. Fixed in 5.10 /if/ you're using the proper wayland scaling.
*** Bug 391904 has been marked as a duplicate of this bug. ***