Skip to content

wallpapers/image: Fix wallpaper item resize for screen dimension change

Devin Lin requested to merge work/devinlin/wallpaperresize into master

Currently the wallpaper image dimensions don't seem to be in sync with the container item, causing the image resize to be slow and also miss events, making it resized incorrectly. Simply parent the image to the container so that it always fills the background rather than use width/height bindings.

Before:

Screencast_20241104_101658

After:

Screencast_20241104_101612

Edited by Devin Lin

Merge request reports

Loading