diff --git a/extensions/apps-menu/extension.js b/extensions/apps-menu/extension.js index a822d446..4ea375e2 100644 --- a/extensions/apps-menu/extension.js +++ b/extensions/apps-menu/extension.js @@ -59,7 +59,7 @@ const ApplicationMenuItem = new Lang.Class({ this.addActor(this._iconBin); let appLabel = new St.Label({ text: app.get_name() }); - this.addActor(appLabel, { span: -1, expand: true }); + this.addActor(appLabel, { expand: true }); this.actor.label_actor = appLabel; let textureCache = St.TextureCache.get_default();