Skip to content

CardsGridView: Do not set Infinity as an int value

Aleix Pol Gonzalez requested to merge work/apol/intfinity into master

It would resolve into -somethingverybig and it would mess with the property's usage. Instead, get an int value that fits.

Merge request reports