diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-25 06:53:37 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-05-31 14:23:57 -0400 |
commit | b109b14de63500ab07c478723d4851b345139bdd (patch) | |
tree | edc42d81a61a0f91b8ee69178c4be8373ea33473 /browser/components/customizableui/content | |
parent | 3ab978b4a4df6548a7b1c490c8a3754476b16054 (diff) | |
download | UXP-b109b14de63500ab07c478723d4851b345139bdd.tar UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.gz UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.lz UXP-b109b14de63500ab07c478723d4851b345139bdd.tar.xz UXP-b109b14de63500ab07c478723d4851b345139bdd.zip |
Remove UITour and customize tips.
Diffstat (limited to 'browser/components/customizableui/content')
-rw-r--r-- | browser/components/customizableui/content/panelUI.inc.xul | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/browser/components/customizableui/content/panelUI.inc.xul b/browser/components/customizableui/content/panelUI.inc.xul index 077d9c014..e389b14bf 100644 --- a/browser/components/customizableui/content/panelUI.inc.xul +++ b/browser/components/customizableui/content/panelUI.inc.xul @@ -367,25 +367,6 @@ </vbox> </panel> -<panel id="customization-tipPanel" - type="arrow" - flip="none" - side="left" - position="leftcenter topright" - noautohide="true" - hidden="true"> - <hbox class="customization-tipPanel-wrapper"> - <vbox class="customization-tipPanel-infoBox"/> - <vbox class="customization-tipPanel-content" flex="1"> - <description class="customization-tipPanel-contentMessage"/> - <image class="customization-tipPanel-contentImage"/> - </vbox> - <vbox pack="start" align="end" class="customization-tipPanel-closeBox"> - <toolbarbutton oncommand="gCustomizeMode.hideTip()" class="close-icon"/> - </vbox> - </hbox> -</panel> - <panel id="panic-button-success-notification" type="arrow" position="bottomcenter topright" |