Skip to content

Commit

Permalink
Insert taskbar at the rightmost position
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Jan 12, 2019
1 parent 782ef60 commit b6094fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var dtpPanelWrapper = new Lang.Class({
this.taskbar = new Taskbar.taskbar(this._dtpSettings, this);
Main.overview.dashIconSize = this.taskbar.iconSize;

this.container.insert_child_at_index( this.taskbar.actor, 2 );
this.container.insert_child_above(this.taskbar.actor, null);

this._setActivitiesButtonVisible(this._dtpSettings.get_boolean('show-activities-button'));
this._setAppmenuVisible(this._dtpSettings.get_boolean('show-appmenu'));
Expand Down

0 comments on commit b6094fd

Please sign in to comment.