Labels Milestones
Back// build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_5 = working_increment*4 + row_1; row_4 = row_3 + vertical_space/7; row_4 = working_increment*3.
New Pull Request// build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_5 = working_increment*4 + row_1; row_4 = row_3 + vertical_space/7; row_4 = working_increment*3.
New Pull Request