diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js index d35c97bb3..51fba64f8 100644 --- a/js/ui/iconGrid.js +++ b/js/ui/iconGrid.js @@ -143,11 +143,6 @@ const BaseIcon = new Lang.Class({ this.icon = this.createIcon(this.iconSize); this._iconBin.child = this.icon; - - // The icon returned by createIcon() might actually be smaller than - // the requested icon size (for instance StTextureCache does this - // for fallback icons), so set the size explicitly. - this._iconBin.set_size(this.iconSize, this.iconSize); }, _onStyleChanged: function() {