[gnome-music/wip/mschraal/gtk4: 38/66] starhandlerwidget: Unbreak some iconsize stuff



commit 21aa9244e59054e35ae18eb484ac7b91c476beab
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 5e276de4..05317d5c 100644
--- a/gnomemusic/widgets/starhandlerwidget.py
+++ b/gnomemusic/widgets/starhandlerwidget.py
@@ -43,10 +43,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]