https://bugs.kde.org/show_bug.cgi?id=400862
--- Comment #4 from Simon <si...@ergotech.com> --- (In reply to blaws05 from comment #3) > Maybe try doubling them constants, does it work then? Doubling the constants does not appear to change anything (In reply to blaws05 from comment #1) > This seems to depend on resolution, can you print all variables used in the > math to get height, it doesn't wrap deliberately as you may paste in long > strings you don't want to wrap. (In reply to blaws05 from comment #2) > Also, can you print Screen.PixelDensity and Screen.devicePixelRatio Here are the variables: qml: shareText.contentHeight: 17 qml: shareText.textMargin: 0 qml: shareText.font.pixelSize: 13 qml: Screen.pixelDensity: 2.9251336898395723 qml: Screen.devicePixelRatio: 1.2 -- You are receiving this mail because: You are watching all bug changes.