From ece93107d9dc0ae56ae30bcbece68e115de397da Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 11 Jul 2014 20:34:39 -0300 Subject: Better default font for printing. use setPointSize instead of setPixelSize to make it device independent, also reduced a bit the size of the font. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 8d9942a9c..da1680409 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1967,14 +1967,10 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const } case Qt::FontRole: { QFont font; - const int baseSize = 7; - // dive # + font.setPointSize(6); if (row == 0 && col == 0) { font.setBold(true); - font.setPixelSize(baseSize + 1); - return QVariant::fromValue(font); } - font.setPixelSize(baseSize); return QVariant::fromValue(font); } case Qt::TextAlignmentRole: { -- cgit v1.2.3-70-g09d2