Skip to content

Commit

Permalink
desktop name: use index to place label
Browse files Browse the repository at this point in the history
fixes issue #81
  • Loading branch information
jonian committed Jan 2, 2019
1 parent 41c1a5e commit ff6c0da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unite@hardpixel.eu/modules/desktopName.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ var DesktopName = new Lang.Class({
this._labelText = new St.Label();
this._labelActor.add_actor(this._labelText);

let activities = Main.panel.statusArea.activities.actor.get_parent();
Main.panel._leftBox.insert_child_below(this._labelBox, activities);
Main.panel._leftBox.insert_child_at_index(this._labelBox, 1);
}
});

0 comments on commit ff6c0da

Please # to comment.