Skip to content

bind wallpaper stackview contents to view

Marco Martin requested to merge work/mart/wallpaperResizing into master

wallpaper item size was asssigned on load in a not binded way. this caused when changing resolution or moving the view to another screen of different resolution (via the reorder ui, or with the new multiscreen branch) made the actual wallaper image to not resize. with a binding it works correctly

Merge request reports