From 839fe665ad71b508a39532347445b32548545647 Mon Sep 17 00:00:00 2001 From: Tim Cuthbertson Date: Fri, 29 Jan 2016 17:51:47 +1100 Subject: [PATCH] use popup-menu-icon class for icon, fixes #164 --- src/gjs/indicator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gjs/indicator.ts b/src/gjs/indicator.ts index e9283df..07ae4f8 100644 --- a/src/gjs/indicator.ts +++ b/src/gjs/indicator.ts @@ -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);