Mercurial > hg > easyhg
diff src/changesetdetailitem.cpp @ 678:c0b46d0514a7 scale
Incomplete scaling updates. Should do this differently
author | Chris Cannam |
---|---|
date | Thu, 06 Dec 2018 14:55:45 +0000 |
parents | ce29dc775650 |
children |
line wrap: on
line diff
--- a/src/changesetdetailitem.cpp Thu Dec 06 13:54:34 2018 +0000 +++ b/src/changesetdetailitem.cpp Thu Dec 06 14:55:45 2018 +0000 @@ -30,7 +30,7 @@ m_changeset(cs), m_doc(0) { m_font = QFont(); - m_font.setPixelSize(11); + m_font.setPixelSize(scalePixelSize(11)); m_font.setBold(false); m_font.setItalic(false);