Skip to content

network/MockPanel: Remove final usage of Qt5Compat.GraphicalEffects

Oliver Beard requested to merge work/olib/graphical-effects-crap into master

This uses the blur of MultiEffect. To change opacity of the effect with the icon, it has to be in a container with layer.enabled, and to avoid clipping the effect, the container needs built-in padding (set here as 16, which appears to be what it decides automatically otherwise).

Before After
image image

Merge request reports