Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
use popup-menu-icon class for icon, fixes #164
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Jan 29, 2016
1 parent 28f552c commit 839fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gjs/indicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module Indicator {
text: text
});
this._icon = new St.Icon({
style_class: 'system-status-icon'
style_class: 'popup-menu-icon'
});
this.actor.add(this._icon, { align: St.Align.START });
this.actor.add(this.label);
Expand Down

0 comments on commit 839fe66

Please sign in to comment.