print: use the smaller thumb for the list if available

This commit is contained in:
alfrix
2022-05-09 10:37:08 -03:00
committed by Alfredo Monclus
parent fa0d696120
commit a0a222c386
3 changed files with 7 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ class PrintPanel(ScreenPanel):
file.set_vexpand(False)
icon = Gtk.Image()
pixbuf = self.get_file_image(filepath)
pixbuf = self.get_file_image(filepath, small=True)
if pixbuf is not None:
icon.set_from_pixbuf(pixbuf)
else: