Skip to content

Use Column instead of ColumnLayout in task card

Nicolas Fella requested to merge nicolasfella/calindori:cardlayout into master

Cards in Kirigami currently break when resizing when having a layout as content. cal_before2

Using a column instead fixes this

Merge request reports