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:

committed by
Florian Müllner

parent
e2500092fd
commit
a0df7aa2b8
@ -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();
|
||||
|
Reference in New Issue
Block a user