Mirror checkboxes added to the UI.

Everything seems to work fine.
This commit is contained in:
tamasmeszaros 2019-05-18 23:21:59 +02:00
parent bb73b59aa6
commit 38d54d779a
6 changed files with 48 additions and 10 deletions

View file

@ -2056,6 +2056,10 @@ void TabPrinter::build_sla()
line.append_option(optgroup->get_option("display_pixels_y"));
optgroup->append_line(line);
optgroup->append_single_option_line("display_orientation");
// FIXME: This should be on one line in the UI
optgroup->append_single_option_line("display_mirror_x");
optgroup->append_single_option_line("display_mirror_y");
optgroup = page->new_optgroup(_(L("Tilt")));
line = { _(L("Tilt time")), "" };