diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 72e0e5379..dee7df300 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1432,8 +1432,7 @@ var AppSearchProvider = class AppSearchProvider { const createIcon = size => new St.Icon({ icon_name: iconName, - width: size, - height: size, + icon_size: size, style_class: 'system-action-icon', });