Skip to content

illustrated-row: Use correct property to scale down image

Marco Melorio requested to merge melix99/correct-scale-down into main

This widget was using halign instead of content-fit to scale down the image to the correct resolution, and it was making the image blurry in some cases.

Fixes #2382 (closed).

Before

Screenshot_from_2023-10-09_16-50-36

After

Screenshot_from_2023-10-09_16-50-27

Merge request reports