3
1
Back

Vertical columns of stuff col_left = h_margin; working_height = height - v_margin; working_increment = working_height / 5; row_1 = v_margin+12; out_row_2 = out_working_increment*1 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_4 = working_increment*3 + row_1; row_4 = working_increment*3 .

New Pull Request