Skip to content

Update CompactRepresentation of PieChart to fit on small panels

Yaroslav Beltukov requested to merge ybeltukov/libksysguard:patch-1 into master

Compact representation of PieChart is affected by the minimumWidth, which is intended for the full representation. The resulting minimumWidth is too big, which is especially bad for vertical panels. I propose to simply avoid such a constraint for compact representation.

Before and after:

Screenshot_20201115_022244 Screenshot_20201115_022434

Merge request reports