[gnome-music/wip/mschraal/assorted-art-fixes: 9/11] utils: Enlarge medium art size




commit 62ff24e40c2ebc828caebcccf51958eb9a29dc64
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Apr 11 00:21:40 2021 +0200

    utils: Enlarge medium art size
    
    In line with mockups, set it to 192 pixels square.

 gnomemusic/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/utils.py b/gnomemusic/utils.py
index e4fbed815..8af5e86d5 100644
--- a/gnomemusic/utils.py
+++ b/gnomemusic/utils.py
@@ -36,7 +36,7 @@ from gnomemusic.musiclogger import MusicLogger
 class ArtSize(Enum):
     """Enum for icon sizes"""
     SMALL = (34, 34)
-    MEDIUM = (128, 128)
+    MEDIUM = (192, 192)
     LARGE = (256, 256)
 
     def __init__(self, width, height):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]