diff --git a/lib/Slic3r/GUI/PresetEditor.pm b/lib/Slic3r/GUI/PresetEditor.pm index d5fae9311d..6b7ae77178 100644 --- a/lib/Slic3r/GUI/PresetEditor.pm +++ b/lib/Slic3r/GUI/PresetEditor.pm @@ -733,7 +733,7 @@ sub build { } { - my $page = $self->add_options_page('Advanced', 'wrench.png'); + my $page = $self->add_options_page('Advanced', 'wand.png'); { my $optgroup = $page->new_optgroup('Extrusion width', label_width => 180, @@ -796,7 +796,7 @@ sub build { } { - my $page = $self->add_options_page('Notes and preferences', 'note.png'); + my $page = $self->add_options_page('Notes', 'note.png'); { my $optgroup = $page->new_optgroup('Notes', label_width => 0, @@ -806,6 +806,10 @@ sub build { $option->height(250); $optgroup->append_single_option_line($option); } + } + + { + my $page = $self->add_options_page('Overrides', 'wrench.png'); { my $optgroup = $page->new_optgroup('Profile preferences'); { diff --git a/var/wand.png b/var/wand.png new file mode 100755 index 0000000000..44ccbf8128 Binary files /dev/null and b/var/wand.png differ