mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
Merge pull request #236 from sfcgeorge/improved-ui
Made the UI look quite a bit nicer (OS X 10.7 tested).
This commit is contained in:
@@ -9,12 +9,12 @@ our $Options = {
|
||||
|
||||
# miscellaneous options
|
||||
'notes' => {
|
||||
label => 'Configuraton notes',
|
||||
label => 'Configuration notes',
|
||||
cli => 'notes=s',
|
||||
type => 's',
|
||||
multiline => 1,
|
||||
width => 350,
|
||||
height => 300,
|
||||
width => 213,
|
||||
height => 150,
|
||||
serialize => sub { join '\n', split /\R/, $_[0] },
|
||||
deserialize => sub { join "\n", split /\\n/, $_[0] },
|
||||
},
|
||||
@@ -73,7 +73,7 @@ our $Options = {
|
||||
type => 'bool',
|
||||
},
|
||||
'gcode_comments' => {
|
||||
label => 'Verbose GCODE (comments)',
|
||||
label => 'GCODE comments',
|
||||
cli => 'gcode-comments',
|
||||
type => 'bool',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user