mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Remove label for large text fields
This commit is contained in:
parent
ce9fdbc047
commit
b7983b54f8
3 changed files with 35 additions and 16 deletions
|
@ -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] },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue