Fix remaining icon_size references
icon_size was changed to pixel_size, yet references remained, causing extra log data.
This commit is contained in:
parent
afd0737c10
commit
70bc4dbe6a
@ -59,7 +59,7 @@ class _ColorButton(Gtk.Button):
|
|||||||
self._accept_drag = True
|
self._accept_drag = True
|
||||||
|
|
||||||
self._preview = Icon(icon_name='color-preview',
|
self._preview = Icon(icon_name='color-preview',
|
||||||
icon_size=Gtk.IconSize.BUTTON)
|
pixel_size=Gtk.IconSize.BUTTON)
|
||||||
|
|
||||||
GObject.GObject.__init__(self, **kwargs)
|
GObject.GObject.__init__(self, **kwargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user