From 6737654ba4284506d234240ea4b997de58e37f4f Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 12 Jan 2014 14:37:16 -0500 Subject: [PATCH] Don't fill parent by default --- src/play_clj/ui.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 28ecc7b..6d6ee25 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -111,8 +111,7 @@ (defn ^:private create-group [^WidgetGroup group children] - (-> (doto group - (.setFillParent true)) + (-> group u/create-entity (add! children)))