[gnome-shell/wip/raresv/uiTweaks: 3/6] search.js: Tweak the sizes of search results icons
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/raresv/uiTweaks: 3/6] search.js: Tweak the sizes of search results icons
- Date: Thu, 22 Jun 2017 20:45:04 +0000 (UTC)
commit 0e47db756193ea8759166ddde0cefe177cca3f6e
Author: raresvis <rares visalom gmail com>
Date: Tue Jun 20 22:21:20 2017 +0300
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 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index 6adf121..26f9f4c 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);
@@ -684,7 +684,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]