From d6002c81414fc12ee00b15798e309ace42a7db1a Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 12 Jan 2014 14:10:55 -0500 Subject: [PATCH] Add align --- src/play_clj/ui.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 5e668f1..28ecc7b 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -66,6 +66,7 @@ :fill (.fill cell ^boolean a1 ^boolean a2) :fill-x (.fillX cell) :fill-y (.fillY cell) + :align (.align cell (int a1)) :center (.center cell) :top (.top cell) :left (.left cell)