diff options
Diffstat (limited to 'js/ui/search.js')
-rw-r--r-- | js/ui/search.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/ui/search.js b/js/ui/search.js index b2f2e31bc..0beda1eea 100644 --- a/js/ui/search.js +++ b/js/ui/search.js @@ -749,8 +749,8 @@ const ProviderInfo = new Lang.Class({ vertical: true }); let providerNameLabel = new St.Label({ - style_class: 'list-search-result-title', - text: provider.appInfo.get_name() }); + style_class: 'list-search-result-provider', + text: provider.appInfo.get_name() }); this._remainingResultsLabel = new St.Label({ style_class: 'list-search-result-title' }); @@ -770,7 +770,7 @@ const ProviderInfo = new Lang.Class({ this._content.add(icon, { x_fill: false, y_fill: false, x_align: St.Align.START, - y_align: St.Align.START }); + y_align: St.Align.MIDDLE }); this._content.add(this._providerDetails, { x_fill: false, y_fill: false, x_align: St.Align.START, |