From 299a5de480aa2d062cdad83b32a326fab3c1e7f5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 13 Jun 2008 08:26:58 +0000 Subject: [PATCH] Make Add Citation window, Edit Bibliography window, and Related Items window resizable (only the Related Items window on Windows) --- chrome/content/zotero/addCitationDialog.xul | 4 ++-- chrome/content/zotero/bindings/relatedbox.xml | 2 +- chrome/content/zotero/editBibliographyDialog.xul | 4 ++-- chrome/content/zotero/selectItemsDialog.xul | 2 +- chrome/content/zotero/xpcom/integration.js | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/chrome/content/zotero/addCitationDialog.xul b/chrome/content/zotero/addCitationDialog.xul index 7b4ea4d0c..1dfdb628a 100644 --- a/chrome/content/zotero/addCitationDialog.xul +++ b/chrome/content/zotero/addCitationDialog.xul @@ -37,8 +37,8 @@ ondialogcancel="Zotero_Citation_Dialog.cancel();" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" - style="padding: 0" - persist="screenX screenY"> + style="padding: 0 5px" + persist="screenX screenY width height">