Commit ed56d740 authored by henry's avatar henry
Browse files

fixup! Bug 41600: Add a tor circuit display panel.

Bug 41973: re-align popup panel to the anchor's corner edge.
parent f14c6b11
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -221,7 +221,7 @@ var gTorCircuitPanel = {
   * This should only be called if the toolbar button is visible.
   * This should only be called if the toolbar button is visible.
   */
   */
  show() {
  show() {
    this.panel.openPopup(this.toolbarButton, "bottomcenter topleft", 0, 0);
    this.panel.openPopup(this.toolbarButton, "bottomleft topleft", 0, 0);
  },
  },


  /**
  /**