This commit is contained in:
kramo
2023-03-29 23:02:10 +02:00
parent e6ba083736
commit dad4905753
4 changed files with 44 additions and 40 deletions

View File

@@ -34,7 +34,7 @@ def save_cover(parent_widget, game_id, cover_path, pixbuf=None):
os.makedirs(covers_dir)
if pixbuf is None:
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(cover_path, 600, 900, False)
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(cover_path, 400, 600, False)
def cover_callback(*_unused):
pass