From fe89ad5a51ccae8a7ac152dac9fa3bb0a3c37f14 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 27 Mar 2023 14:14:46 -0400 Subject: [PATCH] ProgressWindow: Fix incorrect sizing Setting a height/max-height was causing the window not to grow correctly when rows were added. Whatever the purpose of those styles was in past FF versions, they're no longer necessary now. --- chrome/content/zotero/progressWindow.xhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/progressWindow.xhtml b/chrome/content/zotero/progressWindow.xhtml index 1e328250cc..a61f115663 100644 --- a/chrome/content/zotero/progressWindow.xhtml +++ b/chrome/content/zotero/progressWindow.xhtml @@ -33,8 +33,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" title="&zotero.progress.title;" - width="300" height="30" - style="max-height: 20px" + width="300" windowtype="alert:alert">