theme: use update icon for app grid
https://bugzilla.gnome.org/show_bug.cgi?id=761772
This commit is contained in:
parent
669d20bcf0
commit
acd5d70209
@ -259,7 +259,7 @@ const ShowAppsIcon = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_createIcon: function(size) {
|
_createIcon: function(size) {
|
||||||
this._iconActor = new St.Icon({ icon_name: 'view-grid-symbolic',
|
this._iconActor = new St.Icon({ icon_name: 'view-app-grid-symbolic',
|
||||||
icon_size: size,
|
icon_size: size,
|
||||||
style_class: 'show-apps-icon',
|
style_class: 'show-apps-icon',
|
||||||
track_hover: true });
|
track_hover: true });
|
||||||
|
@ -156,7 +156,7 @@ const ViewSelector = new Lang.Class({
|
|||||||
|
|
||||||
this.appDisplay = new AppDisplay.AppDisplay();
|
this.appDisplay = new AppDisplay.AppDisplay();
|
||||||
this._appsPage = this._addPage(this.appDisplay.actor,
|
this._appsPage = this._addPage(this.appDisplay.actor,
|
||||||
_("Applications"), 'view-grid-symbolic');
|
_("Applications"), 'view-app-grid-symbolic');
|
||||||
|
|
||||||
this._searchResults = new Search.SearchResults();
|
this._searchResults = new Search.SearchResults();
|
||||||
this._searchPage = this._addPage(this._searchResults.actor,
|
this._searchPage = this._addPage(this._searchResults.actor,
|
||||||
|
Loading…
Reference in New Issue
Block a user