Set maximum with and chars on Name field when editing saved search
This commit is contained in:
parent
aaa259f77c
commit
f8798fe996
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue