forked from Techsystech/web
[IMP] web_timeline: Align to top instead of bottom
This avoids somewhat ugly very large "Unassigned" first row.16.0
parent
70f971c085
commit
08139ea24d
|
@ -128,7 +128,7 @@ odoo.define("web_timeline.TimelineView", function (require) {
|
||||||
_preapre_vis_timeline_options: function (attrs) {
|
_preapre_vis_timeline_options: function (attrs) {
|
||||||
return {
|
return {
|
||||||
groupOrder: "order",
|
groupOrder: "order",
|
||||||
orientation: "both",
|
orientation: {axis: "both", item: "top"},
|
||||||
selectable: true,
|
selectable: true,
|
||||||
multiselect: true,
|
multiselect: true,
|
||||||
showCurrentTime: true,
|
showCurrentTime: true,
|
||||||
|
|
Loading…
Reference in New Issue