Skip to content

Commit

Permalink
Fix XUL overlay issue on Australis (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinc committed Mar 7, 2014
1 parent 7fa6177 commit 55f3d46
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions chrome/content/tabutils.xul
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,14 @@

<vbox id="browser-panel">
<hbox id="fullscr-toggler" collapsed="true" insertbefore="browser"/>
<hbox id="browser">
<vbox id="fullscr-toggler-left" collapsed="true" insertbefore="appcontent"/>
<vbox id="fullscr-toggler-right" collapsed="true" insertafter="appcontent"/>
</hbox>
<hbox id="fullscr-toggler-bottom" collapsed="true" insertafter="browser"/>
</vbox>

<hbox id="browser">
<vbox id="fullscr-toggler-left" collapsed="true" insertbefore="appcontent"/>
<vbox id="fullscr-toggler-right" collapsed="true" insertafter="appcontent"/>
</hbox>

<statusbar id="status-bar">
<statusbarpanel id="statusbar-openintab"
class="statusbarpanel-iconic-text"
Expand Down

0 comments on commit 55f3d46

Please sign in to comment.