3
1
Back

* nothing; z_position = height - v_margin*2 - title_font_size; Experimenting with more panel layout ideas Experimenting with more panel layout ideas Initial stab at a 10-step panel layout ideas working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; row_2 = row_1 + v_margin + 12; row_2 = row_1 + vertical_space/7; row_3 = row_2 + vertical_space/7.

New Pull Request