Merge pull request #276 from quozl/2015-12-15-icon-size
Fix remaining icon_size references
This commit is contained in:
commit
639b2e85c2
@ -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…
Reference in New Issue
Block a user