Skip to content

Commit

Permalink
Slightly bigger view
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-cuesta committed Jun 11, 2012
1 parent 7cc59ef commit bb6f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojoban/game/view.clj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
game-width (* tile-size width scale-x)
game-height (* tile-size height scale-y)
img-width (max game-width top-width bottom-width)
img-height (+ game-height (* 2 font-height))
img-height (+ game-height (* 2 font-height) 3)
image (BufferedImage. img-width img-height BufferedImage/TYPE_INT_ARGB)
g (.createGraphics image)
font (.getFont g)]
Expand Down

0 comments on commit bb6f9f3

Please sign in to comment.