Fix remaining icon_size references

icon_size was changed to pixel_size, yet references remained, causing
extra log data.
master
James Cameron 8 years ago
parent afd0737c10
commit 70bc4dbe6a

@ -59,7 +59,7 @@ class _ColorButton(Gtk.Button):
self._accept_drag = True
self._preview = Icon(icon_name='color-preview',
icon_size=Gtk.IconSize.BUTTON)
pixel_size=Gtk.IconSize.BUTTON)
GObject.GObject.__init__(self, **kwargs)

Loading…
Cancel
Save