tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

titlebar-items.inc.xhtml (1089B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 <hbox class="titlebar-buttonbox-container" skipintoolbarset="true">
      6  <hbox class="titlebar-buttonbox">
      7    <toolbarbutton class="titlebar-button titlebar-min"
      8                   command="cmd_minimizeWindow"
      9                   data-l10n-id="browser-window-minimize-button"
     10                   />
     11    <toolbarbutton class="titlebar-button titlebar-max"
     12                   command="cmd_maximizeWindow"
     13                   data-l10n-id="browser-window-maximize-button"
     14                   />
     15    <toolbarbutton class="titlebar-button titlebar-restore"
     16                   command="cmd_restoreWindow"
     17                   data-l10n-id="browser-window-restore-down-button"
     18                   />
     19    <toolbarbutton class="titlebar-button titlebar-close"
     20                   command="cmd_closeWindow"
     21                   data-l10n-id="browser-window-close-button"
     22                   />
     23  </hbox>
     24 </hbox>