Hi, When I browse pictures in elisa, I found that it will always scale the pictures to fit the screen, and that will cause to distortion.
I find in the elisa/plugins/poblesec/widgets/long_loading_image.py, there is self._image.layout = pgm.IMAGE.SCALED in the class LongLoadingImage, so I changed it to pgm.IMAGE_CENTERED(I think it should be effective), but it failed. I changed to other 3 parameters, but all failed too. What should I do to make elisa browse small pictures at their original size. Thanks.
