Skip to content

Commit

Permalink
Remove dropdown arrow next to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gpouilloux committed Apr 19, 2019
1 parent 6291838 commit 06e15b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dockerMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ var DockerMenu = class DockerMenu_DockerMenu extends PanelMenu.Button {
const dockerIcon = new St.Icon({ gicon: gicon, icon_size: "24" });

hbox.add_child(dockerIcon);
hbox.add_child(PopupMenu.arrowIcon(St.Side.BOTTOM));
this.actor.add_child(hbox);
this.actor.connect("button_press_event", this._refreshMenu.bind(this));

Expand Down

0 comments on commit 06e15b5

Please # to comment.