Remove label for large text fields

This commit is contained in:
Alessandro Ranellucci 2012-06-17 23:24:10 +02:00
parent ce9fdbc047
commit b7983b54f8
3 changed files with 35 additions and 16 deletions

View file

@ -16,7 +16,7 @@ our $Options = {
cli => 'notes=s',
type => 's',
multiline => 1,
width => 220,
width => 450,
height => 130,
serialize => sub { join '\n', split /\R/, $_[0] },
deserialize => sub { join "\n", split /\\n/, $_[0] },