set height for rows.
This commit is contained in:
@@ -100,8 +100,8 @@
|
|||||||
(fn [people-rows person-name]
|
(fn [people-rows person-name]
|
||||||
(-> people-rows
|
(-> people-rows
|
||||||
(conj :row)
|
(conj :row)
|
||||||
(conj (label person-name (get-person-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25))))
|
(conj [(label person-name (get-person-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25) :height 50])))
|
||||||
[(label (doto role) (get-role-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25)]
|
[[(label role (get-role-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25) :height 50]]
|
||||||
persons))
|
persons))
|
||||||
:top :width 350 :pad-right 30 :pad-left 30])))
|
:top :width 350 :pad-right 30 :pad-left 30])))
|
||||||
[]
|
[]
|
||||||
|
|||||||
Reference in New Issue
Block a user