3
1
Back

Select mode, then use Top alignment, which unlike a word processor aligns the top knob top_row = height - v_margin*2 - title_font_size; working_increment = working_height / 5; out_row_2 = working_increment*1 + row_1; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 40; // widest element is rotary, at 30mm slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; out_row_2 = out_working_increment*1 + out_row_1; //special-case the knob is stopped by something mounted.

New Pull Request