[gnome-music/wip/jfelder/sidebar-icons: 36/37] utils: Add a XSMALL ArtSize
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/sidebar-icons: 36/37] utils: Add a XSMALL ArtSize
- Date: Mon, 10 May 2021 18:57:53 +0000 (UTC)
commit 3661da4e2024a2da921d9e3d68459a129b6e6597
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 22be754db..31c024e1d 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 = (128, 128)
LARGE = (256, 256)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]