Skip to content

kickoff/main.qml: Round backgroundMetrics

Akseli Lahtinen requested to merge work/akselmo/fix-kickoff-margins into master

Instead of relying on the values reported by the svg's, which can be inconsistent such as 3.999999, round them to nearest integer.

This fixes issue with Kickoff calculating space for the items in the item grid view.

Before After
image image

BUG:487625

Edited by Akseli Lahtinen

Merge request reports