3
1
Back

The Commons to promote the ideal of a pot rotary_knob_row = top_row - 30; working_width = width_mm - h_margin; working_height = height - v_margin; working_increment = working_height / 5; out_row_1 = v_margin+12; Experimenting with more panel layout ideas working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff.

New Pull Request