using 1e6 as dummy dimension

This commit is contained in:
Uwe Rathmann 2019-04-30 09:04:46 +02:00
parent 196b8f7688
commit 5453e84022

View File

@ -99,7 +99,7 @@ qreal QskLayoutConstraint::constrainedMetric(
*/ */
#endif #endif
const qreal upperLimit = 10e6; const qreal upperLimit = 1e6;
if ( type == WidthForHeight ) if ( type == WidthForHeight )
{ {