fix 2 script windows (#926)

* fix 2 script windows

* fix #928
This commit is contained in:
Heiko Liebscher 2023-05-03 14:57:38 +02:00 committed by GitHub
parent 0d9b2167cd
commit 4ba3dbabc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 13 additions and 20 deletions

View file

@ -2076,13 +2076,6 @@ void TabPrint::build()
option.opt.height = 15;
optgroup->append_single_option_line(option);
optgroup = page->new_optgroup(L("Post-processing scripts"), L"param_gcode", 0);
option = optgroup->get_option("post_process");
option.opt.full_width = true;
option.opt.is_code = true;
option.opt.height = 15;
optgroup->append_single_option_line(option);
#if 0
//page = add_options_page(L("Dependencies"), "advanced.png");
// optgroup = page->new_optgroup(L("Profile dependencies"));