commit f8798fe99691e6b5b3518f72407cfe4983ac1acd
parent aaa259f77c7aeec77216cc55a67db300c0b023da
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 15 May 2014 03:58:21 -0400
Set maximum with and chars on Name field when editing saved search
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/searchDialog.xul b/chrome/content/zotero/searchDialog.xul
@@ -22,7 +22,7 @@
<vbox id="zotero-search-box-container" flex="1">
<hbox align="center">
<label value="&zotero.search.name;"/>
- <textbox id="search-name" flex="1"/>
+ <textbox id="search-name" width="275" maxlength="80"/>
</hbox>
<zoterosearch id="search-box" flex="1"/>
</vbox>