Increase height of notes

main
Bob Mottram 2020-08-05 22:49:03 +01:00
parent 7eadb4ea74
commit e28327ad97
1 changed files with 1 additions and 1 deletions

View File

@ -5673,7 +5673,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
translate['Submit'] + '</button><br>\n' translate['Submit'] + '</button><br>\n'
optionsStr += \ optionsStr += \
' <textarea id="message" ' + \ ' <textarea id="message" ' + \
'name="optionnotes" style="height:200px">' + \ 'name="optionnotes" style="height:400px">' + \
personNotes + '</textarea>\n' personNotes + '</textarea>\n'
optionsStr += ' </form>\n' optionsStr += ' </form>\n'