mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
<!DOCTYPE window [
|
|
<!ENTITY % toolboxDTD SYSTEM "chrome://browser/locale/devtools/toolbox.dtd" >
|
|
%toolboxDTD;
|
|
]>
|
|
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/content/devtools/framework/toolbox.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/devtools/common.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/devtools/toolbox.css" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
|
|
|
<commandset id="editMenuCommands"/>
|
|
<keyset id="editMenuKeys"/>
|
|
|
|
<notificationbox id="toolbox-notificationbox" flex="1">
|
|
<toolbar class="devtools-tabbar">
|
|
#ifdef XP_MACOSX
|
|
<hbox id="toolbox-controls">
|
|
<toolbarbutton id="toolbox-close"
|
|
tooltiptext="&toolboxCloseButton.tooltip;"/>
|
|
<hbox id="toolbox-dock-buttons"/>
|
|
</hbox>
|
|
#endif
|
|
<radiogroup id="toolbox-tabs" orient="horizontal">
|
|
</radiogroup>
|
|
<hbox id="toolbox-buttons" flex="1" pack="end"/>
|
|
#ifndef XP_MACOSX
|
|
<vbox id="toolbox-controls-separator"/>
|
|
<hbox id="toolbox-controls">
|
|
<hbox id="toolbox-dock-buttons"/>
|
|
<toolbarbutton id="toolbox-close"
|
|
tooltiptext="&toolboxCloseButton.tooltip;"/>
|
|
</hbox>
|
|
#endif
|
|
</toolbar>
|
|
<deck id="toolbox-deck" flex="1">
|
|
</deck>
|
|
</notificationbox>
|
|
</window>
|