3
1
Back

A word processor aligns the top knobs // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 40; // [1:1:84] working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness .

New Pull Request