commit 3f778299b87b4f9d103a425c258d3e6c6476ef84
parent fc62f6e25d4f010d28ed4337da12ae1e7bc6b5a6
Author: Simon Kornblith <simon@simonster.com>
Date: Sun, 24 Oct 2010 05:16:10 +0000
correctly display titlebar
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/standalone.xul b/chrome/content/zotero/standalone.xul
@@ -14,13 +14,16 @@
%textcontextDTD;
<!ENTITY % standaloneDTD SYSTEM "chrome://zotero/locale/standalone.dtd" >
%standaloneDTD;
+<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
+%brandDTD;
]>
<window id="main-window"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="window.sizeToContent()"
windowtype="navigator:browser"
- width="1100" height="700"
+ title="&brandShortName;"
+ width="900" height="500"
persist="screenX screenY width height sizemode">
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
<script type="application/x-javascript" src="chrome://global/content/viewZoomOverlay.js"/>