mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -259,7 +259,7 @@ const ShowAppsIcon = new Lang.Class({
|
|||
},
|
||||
|
||||
_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,
|
||||
style_class: 'show-apps-icon',
|
||||
track_hover: true });
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ const ViewSelector = new Lang.Class({
|
|||
|
||||
this.appDisplay = new AppDisplay.AppDisplay();
|
||||
this._appsPage = this._addPage(this.appDisplay.actor,
|
||||
_("Applications"), 'view-grid-symbolic');
|
||||
_("Applications"), 'view-app-grid-symbolic');
|
||||
|
||||
this._searchResults = new Search.SearchResults();
|
||||
this._searchPage = this._addPage(this._searchResults.actor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue