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.
This commit is contained in:
parent
8469a2485b
commit
fe89ad5a51
1 changed files with 1 additions and 2 deletions
|
@ -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">
|
||||
|
||||
<vbox id="zotero-progress-text-box" flex="1" style="padding: 10px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue