www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 059906a11e62352e08371b420f3595374f734aed
parent c7c8cbbeae8a569ce06f9c1eff705c78194994bc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 22 Mar 2013 13:45:57 -0400

Fix wide prefpane if PDF tools aren't installed

Diffstat:
Mchrome/content/zotero/preferences/preferences_search.xul | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/preferences/preferences_search.xul b/chrome/content/zotero/preferences/preferences_search.xul @@ -60,7 +60,8 @@ <separator class="thin"/> - <label id="pdftools-required" hidden="true"/> + <!-- This doesn't wrap without an explicit width --> + <label id="pdftools-required" width="45em" hidden="true"/> <separator class="thin"/> @@ -70,7 +71,8 @@ <separator class="thin"/> - <label id="pdftools-documentation-link" hidden="true"/> + <!-- This doesn't wrap without an explicit width --> + <label id="pdftools-documentation-link" width="45em" hidden="true"/> <separator class="thin"/>