Don't fill parent by default

This commit is contained in:
oakes
2014-01-12 14:37:16 -05:00
parent 12d8d13ffb
commit 6737654ba4

View File

@@ -111,8 +111,7 @@
(defn ^:private create-group (defn ^:private create-group
[^WidgetGroup group children] [^WidgetGroup group children]
(-> (doto group (-> group
(.setFillParent true))
u/create-entity u/create-entity
(add! children))) (add! children)))