https://bugs.kde.org/show_bug.cgi?id=372629

--- Comment #12 from Dominik Haumann <dhaum...@kde.org> ---
What about this in ::updateFontHeight?

-    m_fontHeight = qMax(1, qFloor(height));
+    m_fontHeight = qMax(1, qCeil(height));

Is this better?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to