3
1
Back

Jacks bottom_row = v_margin + 12; //knob_radius top_row = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin - title_font_size*1.5; top_row = height - 25; // build up seven rows; middle one unused row_7 = row_6 + vertical_space/7; row_6.

New Pull Request