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)