mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Use dedicated assets for ctrlAltTab
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3019>
This commit is contained in:
parent
7f7ae31fa3
commit
ac7ef665a1
16 changed files with 294 additions and 60 deletions
|
|
@ -86,7 +86,7 @@ export const SearchController = GObject.registerClass({
|
|||
|
||||
this._searchResults = new Search.SearchResultsView();
|
||||
this.add_child(this._searchResults);
|
||||
Main.ctrlAltTabManager.addGroup(this._entry, _('Search'), 'edit-find-symbolic');
|
||||
Main.ctrlAltTabManager.addGroup(this._entry, _('Search'), 'shell-focus-search-symbolic');
|
||||
|
||||
// Since the entry isn't inside the results container we install this
|
||||
// dummy widget as the last results container child so that we can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue