Some tiny UI adjustment

This commit is contained in:
SoftFever 2024-02-24 18:55:24 +08:00
parent e4255b3c01
commit ab2aaefe42
21 changed files with 94 additions and 95 deletions

View file

@ -2027,13 +2027,12 @@ void TabPrint::build()
optgroup->append_single_option_line("reduce_crossing_wall");
optgroup->append_single_option_line("max_travel_detour_distance");
optgroup = page->new_optgroup(L("Small Area Infill Flow Compensation (experimental)"), L"param_advanced");
optgroup->append_single_option_line("small_area_infill_flow_compensation");
optgroup->append_single_option_line("small_area_infill_flow_compensation", "small-area-infill-flow-compensation");
Option option = optgroup->get_option("small_area_infill_flow_compensation_model");
option.opt.full_width = true;
option.opt.is_code = true;
option.opt.height = 15;
optgroup->append_single_option_line(option);
optgroup->append_single_option_line(option, "small-area-infill-flow-compensation");
optgroup = page->new_optgroup(L("Bridging"), L"param_advanced");
optgroup->append_single_option_line("bridge_flow");