Merge pull request #278 from quozl/2015-12-15-icon-size

Fix remaining icon_size references
master
Gonzalo Odiard 9 years ago
commit e3b61a0ee0

@ -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…
Cancel
Save