Skip to content

Commit

Permalink
add another column to get varying widths
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 10, 2020
1 parent ac526cc commit 0e44b4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Image.elm
Expand Up @@ -89,11 +89,11 @@ bars =
in
case
Grid.fromRowsAndColumns
[ [ k, b, k, k ]
, [ b, b, b, b ]
, [ k, b, k, k ]
, [ k, b, k, k ]
, [ k, b, k, k ]
[ [ k, b, k, k, k ]
, [ b, b, b, b, b ]
, [ k, b, k, k, k ]
, [ k, b, k, k, k ]
, [ k, b, k, k, k ]
]
of
Ok grid ->
Expand Down

0 comments on commit 0e44b4c

Please sign in to comment.