searchDisplay, viewSelector: use St keynav in Applications and Search

https://bugzilla.gnome.org/show_bug.cgi?id=663901
This commit is contained in:
Rui Matos
2011-11-12 04:40:56 +00:00
parent 02aae631d8
commit c7a37660ce
4 changed files with 47 additions and 9 deletions

View File

@ -32,6 +32,7 @@ const SearchResult = new Lang.Class({
if (content == null) {
content = new St.Bin({ style_class: 'search-result-content',
reactive: true,
can_focus: true,
track_hover: true });
let icon = new IconGrid.BaseIcon(this.metaInfo['name'],
{ createIcon: this.metaInfo['createIcon'] });
@ -267,6 +268,7 @@ const SearchResults = new Lang.Class({
_createOpenSearchProviderButton: function(provider) {
let button = new St.Button({ style_class: 'dash-search-button',
reactive: true,
can_focus: true,
x_fill: true,
y_align: St.Align.MIDDLE });
let bin = new St.Bin({ x_fill: false,