theme: symbolic icons for App menu

- possibly too early as only core apps come with
  symbolic icon installed by default.
This commit is contained in:
Jakub Steiner
2015-01-14 15:34:04 +01:00
committed by Florian Müllner
parent e2500092fd
commit a0df7aa2b8
4 changed files with 41 additions and 36 deletions

View File

@ -114,7 +114,7 @@ const AppMenuButton = new Lang.Class({
textureCache.connect('icon-theme-changed',
Lang.bind(this, this._onIconThemeChanged));
this._iconBox = new St.Bin();
this._iconBox = new St.Bin({ style_class: 'app-menu-icon' });
this._container.add_actor(this._iconBox);
this._label = new St.Label();