[gnome-music/wip/jfelder/sidebar-icons: 11/12] utils: Add a XSMALL ArtSize




commit 0cb6d044e41fb9bf409f6aef37703bd3f6f04984
Author: Jean Felder <jfelder src gnome org>
Date:   Mon May 10 20:49:27 2021 +0200

    utils: Add a XSMALL ArtSize
    
    This will be used in the next commit to display an artist art in the
    ArtistsView sidebar.

 gnomemusic/utils.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gnomemusic/utils.py b/gnomemusic/utils.py
index b004aba01..5d3262a00 100644
--- a/gnomemusic/utils.py
+++ b/gnomemusic/utils.py
@@ -35,6 +35,7 @@ from gnomemusic.musiclogger import MusicLogger
 
 class ArtSize(Enum):
     """Enum for icon sizes"""
+    XSMALL = (42, 42)
     SMALL = (74, 74)
     MEDIUM = (192, 192)
     LARGE = (256, 256)


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