Changed the order of rows and columns in the "grid" extras template.

master
Pacman Ghost 4 years ago
parent 4385f52efc
commit fd73cbb3bf
  1. 2
      vasl_templates/webapp/data/default-template-pack/extras/grid.j2

@ -3,7 +3,7 @@
<!-- vasl-templates:name Grid -->
<!-- vasl-templates:description Generates a grid. -->
<!-- #rows = {{ROWS:2/1|# rows}} ; #cols = {{COLS:3/1|# columns}} -->
<!-- #cols = {{COLS:3/1|# columns}} ; #rows = {{ROWS:2/1|# rows}} -->
<!-- cell size = {{CELL_WIDTH:160px/5|Cell width}} x {{CELL_HEIGHT:60px/5|Cell height}} -->
<!-- border = {{BORDER_STYLE:solid::dotted::dashed::double::groove::ridge::inset::outset|Border style}} ; color = {{PLAYER_COLOR2_DROPLIST_EX:|Border color}} -->

Loading…
Cancel
Save