3
1
Back

Row_1; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = working_increment*2 + row_1; //special-case the top knobs top_row = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff.

New Pull Request