1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/widgets/optionsDialog.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 + 1.10 +<bindings id="optionsDialogBindings" 1.11 + xmlns="http://www.mozilla.org/xbl" 1.12 + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.13 + 1.14 + <binding id="optionsDialog" 1.15 + extends="chrome://global/content/bindings/dialog.xml#dialog"> 1.16 + <content> 1.17 +#ifndef XP_MACOSX 1.18 + <xul:hbox flex="1"> 1.19 + <xul:categoryBox anonid="prefsCategories"> 1.20 + <children/> 1.21 + </xul:categoryBox> 1.22 + <xul:vbox flex="1"> 1.23 + <xul:dialogheader id="panelHeader"/> 1.24 + <xul:iframe anonid="panelFrame" name="panelFrame" style="width: 0px;" flex="1"/> 1.25 + </xul:vbox> 1.26 + </xul:hbox> 1.27 +#else 1.28 + <xul:vbox flex="1"> 1.29 + <xul:categoryBox anonid="prefsCategories"> 1.30 + <children/> 1.31 + </xul:categoryBox> 1.32 + <xul:vbox flex="1"> 1.33 + <xul:iframe anonid="panelFrame" name="panelFrame" style="width: 0px;" flex="1"/> 1.34 + </xul:vbox> 1.35 + </xul:vbox> 1.36 +#endif 1.37 + </content> 1.38 + 1.39 + <implementation> 1.40 + 1.41 + 1.42 + </implementation> 1.43 + 1.44 + </binding> 1.45 + 1.46 +</bindings> 1.47 \ No newline at end of file