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

Fix remaining icon_size references
This commit is contained in:
Gonzalo Odiard 2015-12-16 06:37:08 -05:00
commit e3b61a0ee0

View File

@ -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',
pixel_size=Gtk.IconSize.BUTTON) pixel_size=style.SMALL_ICON_SIZE)
GObject.GObject.__init__(self, **kwargs) GObject.GObject.__init__(self, **kwargs)