Don't fill parent by default
This commit is contained in:
@@ -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)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user