https://bugs.kde.org/show_bug.cgi?id=497445
--- Comment #9 from Kerr Avon <[email protected]> --- (In reply to Kerr Avon from comment #8) > I rebuilt the source with the merge request commit for line 290 in > CalculationPage.qml but unfortunately it didn't fix the issue. That should be line 285: font.pointSize: outputScreen.flexPointSize * (outputScreen.width > 0 && text.length * outputScreen.flexPointSize * 0.7 > outputScreen.width ? 0.7 : 1) -- You are receiving this mail because: You are watching all bug changes.
