diff --git a/data/library_placeholder.svg b/data/library_placeholder.svg index 9aeb8e2..aa53bea 100644 --- a/data/library_placeholder.svg +++ b/data/library_placeholder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/game_cover.py b/src/game_cover.py index 0c5ad66..b82ec8c 100644 --- a/src/game_cover.py +++ b/src/game_cover.py @@ -91,10 +91,10 @@ class GameCover: ) else: self.blurred = GdkPixbuf.Pixbuf.new_from_resource_at_scale( - "/hu/kramo/Cartridges/library_placeholder.svg", 2, 3, False + "/hu/kramo/Cartridges/library_placeholder.svg", 2, 2, False ) - self.luminance = (0.5, 0.5) + self.luminance = (0.1, 0.8) return self.blurred