Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
zagortenay333 committed Sep 5, 2017
1 parent 9b8ba82 commit e6a6ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/todo/view__stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var StatsView = new Lang.Class({
//
// search entry and results container
//
this.entry = new St.Entry({ y_align: Clutter.ActorAlign.CENTER, visible: false, hint_text: _('Search...') });
this.entry = new St.Entry({ can_focus: true, y_align: Clutter.ActorAlign.CENTER, visible: false, hint_text: _('Search...') });
this.top_box_center.add_actor(this.entry);
this.entry.set_primary_icon(new St.Icon({ icon_name: 'timepp-search-symbolic' }));

Expand Down

0 comments on commit e6a6ece

Please sign in to comment.