Make overridable options easier to find

This commit is contained in:
Alessandro Ranellucci 2017-03-21 20:33:37 +01:00
parent c2fecf7c70
commit f055b496ea
2 changed files with 6 additions and 2 deletions

View File

@ -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');
{

BIN
var/wand.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B