mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Remove label for large text fields
This commit is contained in:
@@ -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] },
|
||||
|
||||
Reference in New Issue
Block a user