diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-05-01 14:08:41 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-05-01 14:08:41 +0300 |
commit | 6d579486a9e0032ccab769f77d3329fe3b9f57c8 (patch) | |
tree | 176c820abc67d13c2707411ac32209586084d8fd /application/palemoon/base/content/browser.xul | |
parent | d0c19e4607964c04109e12399e98e86b331edd0f (diff) | |
download | UXP-6d579486a9e0032ccab769f77d3329fe3b9f57c8.tar UXP-6d579486a9e0032ccab769f77d3329fe3b9f57c8.tar.gz UXP-6d579486a9e0032ccab769f77d3329fe3b9f57c8.tar.lz UXP-6d579486a9e0032ccab769f77d3329fe3b9f57c8.tar.xz UXP-6d579486a9e0032ccab769f77d3329fe3b9f57c8.zip |
[PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreen
Diffstat (limited to 'application/palemoon/base/content/browser.xul')
-rw-r--r-- | application/palemoon/base/content/browser.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index c2553f295..9b37f7b6f 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -941,7 +941,7 @@ </toolbarpalette> </toolbox> - <hbox id="fullscr-toggler" collapsed="true"/> + <hbox id="fullscr-toggler" hidden="true"/> <hbox flex="1" id="browser"> <vbox id="browser-border-start" hidden="true" layer="true"/> |