wallpapers/image: Fix wallpaper item resize for screen dimension change
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:
After:
Edited by Devin Lin