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
[^WidgetGroup group children]
(-> (doto group
(.setFillParent true))
(-> group
u/create-entity
(add! children)))