mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 01:10:35 +08:00
Make overridable options easier to find
This commit is contained in:
parent
c2fecf7c70
commit
f055b496ea
@ -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',
|
my $optgroup = $page->new_optgroup('Extrusion width',
|
||||||
label_width => 180,
|
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',
|
my $optgroup = $page->new_optgroup('Notes',
|
||||||
label_width => 0,
|
label_width => 0,
|
||||||
@ -806,6 +806,10 @@ sub build {
|
|||||||
$option->height(250);
|
$option->height(250);
|
||||||
$optgroup->append_single_option_line($option);
|
$optgroup->append_single_option_line($option);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
my $page = $self->add_options_page('Overrides', 'wrench.png');
|
||||||
{
|
{
|
||||||
my $optgroup = $page->new_optgroup('Profile preferences');
|
my $optgroup = $page->new_optgroup('Profile preferences');
|
||||||
{
|
{
|
||||||
|
BIN
var/wand.png
Executable file
BIN
var/wand.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 570 B |
Loading…
x
Reference in New Issue
Block a user