mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Revert "Made the UI look quite a bit nicer (OS X 10.7 tested)."
This reverts commit 266f7799dd
.
Conflicts:
lib/Slic3r/GUI/SkeinPanel.pm
This commit is contained in:
parent
2c16509e8a
commit
5c79024215
3 changed files with 29 additions and 61 deletions
|
@ -9,12 +9,12 @@ our $Options = {
|
|||
|
||||
# miscellaneous options
|
||||
'notes' => {
|
||||
label => 'Configuration notes',
|
||||
label => 'Configuraton notes',
|
||||
cli => 'notes=s',
|
||||
type => 's',
|
||||
multiline => 1,
|
||||
width => 213,
|
||||
height => 150,
|
||||
width => 350,
|
||||
height => 300,
|
||||
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 => 'GCODE comments',
|
||||
label => 'Verbose GCODE (comments)',
|
||||
cli => 'gcode-comments',
|
||||
type => 'bool',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue