hetzenecker added inline comments.

INLINE COMMENTS

> scalingconfig.cpp:124
>  {
> -    return scaleFactor() * 96.0;
> +    return qRound(scaleFactor()) * 96.0;
>  }

I'd propse

  qRound(scaleFactor() * 96.0)

to get int values. If the scaleFactor is rounded, we only get multiplies of 96 
as DPI. This means the icon sizes are wrong again

REPOSITORY
  R104 KScreen

REVISION DETAIL
  https://phabricator.kde.org/D5487

To: davidedmundson, #plasma
Cc: hetzenecker, plasma-devel, spstarr, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol

Reply via email to