Skip to content

Commit

Permalink
Join borders
Browse files Browse the repository at this point in the history
  • Loading branch information
dixonary committed May 27, 2019
1 parent 02f0923 commit ed48379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Shared

drawUI :: Game -> [Widget Name]
drawUI Game{..} = return $
border $ leftWidget <+> vBorder <+> rightWidget
joinBorders $ border $ leftWidget <+> vBorder <+> rightWidget
where
main = vLimit 4 $ optionWidget _optionsList

Expand Down

0 comments on commit ed48379

Please sign in to comment.