[gnome-music/wip/mschraal/gtk4: 36/65] starhandlerwidget: Unbreak some iconsize stuff
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 36/65] starhandlerwidget: Unbreak some iconsize stuff
- Date: Sat, 9 Nov 2019 13:19:32 +0000 (UTC)
commit b65aa859ac777047fe9e4357e6269b2043bb0fd5
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]