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