apol added a comment.

  Does this solve the fluffy bunny issue?
  Otherwise it could be that the theme needs adapting to tell plasma to repeat 
the pattern instead of stretching it.

INLINE COMMENTS

> framesvgitem.cpp:148
>              if (m_border == FrameSvg::TopBorder || m_border == 
> FrameSvg::BottomBorder || m_border == FrameSvg::NoBorder) {
> -                textureRect.setWidth(nodeRect.width() / 
> m_elementNativeSize.width());
> +                textureRect.setWidth((qreal)nodeRect.width() / 
> m_elementNativeSize.width());
>              }

Makes sense to me. Should we also use qRound?

REPOSITORY
  R242 Plasma Framework (Library)

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

To: kossebau, #plasma, mart
Cc: apol, sitter, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to