From 985e53a04e3ee3f8158f98c93279e2f8934ac79d Mon Sep 17 00:00:00 2001 From: raresvis Date: Tue, 20 Jun 2017 22:21:20 +0300 Subject: [PATCH] search.js: Tweak the sizes of search results icons Just a small tweak of icon sizes. This patch could be easily included in any of the two bigger patches. --- js/ui/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ui/search.js b/js/ui/search.js index 3d13bfee4..b1681010c 100644 --- a/js/ui/search.js +++ b/js/ui/search.js @@ -72,7 +72,7 @@ const ListSearchResult = new Lang.Class({ Name: 'ListSearchResult', Extends: SearchResult, - ICON_SIZE: 64, + ICON_SIZE: 24, _init: function(provider, metaInfo) { this.parent(provider, metaInfo); @@ -685,7 +685,7 @@ const ProviderInfo = new Lang.Class({ Name: 'ProviderInfo', Extends: St.Button, - PROVIDER_ICON_SIZE: 48, + PROVIDER_ICON_SIZE: 32, _init: function(provider) { this.provider = provider;