[gnome-music/wip/mschraal/gtk4: 45/102] starhandlerwidget: Unbreak some iconsize stuff



commit 1a30f5d88a009f0b659a40c4952c4e7fa9200092
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 15:41:13 2019 +0100

    starhandlerwidget: Unbreak some iconsize stuff

 gnomemusic/widgets/starhandlerwidget.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnomemusic/widgets/starhandlerwidget.py b/gnomemusic/widgets/starhandlerwidget.py
index 2657237f..a079fca3 100644
--- a/gnomemusic/widgets/starhandlerwidget.py
+++ b/gnomemusic/widgets/starhandlerwidget.py
@@ -38,10 +38,10 @@ class CellRendererStar(Gtk.CellRendererPixbuf):
         self.props.mode = Gtk.CellRendererMode.ACTIVATABLE
         self.props.xpad = 32
 
-        _, width, height = Gtk.IconSize.lookup(Gtk.IconSize.SMALL_TOOLBAR)
+        # _, width, height = Gtk.IconSize.lookup(Gtk.IconSize.SMALL_TOOLBAR)
 
-        self._icon_width = width
-        self._icon_height = height
+        self._icon_width = 24
+        self._icon_height = 24
 
         self._show_star = 0
 


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