From c1d63f32d60212a60fe633ef1c3a77d23da2760d Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 9 Jul 2014 23:23:25 +0300 Subject: Print: make the profile table font size 7px Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/models.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 7d46d0ae4..aa3f302b2 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -1967,7 +1967,7 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const } case Qt::FontRole: { QFont font; - const int baseSize = 9; + const int baseSize = 7; // dive # if (row == 0 && col == 0) { font.setBold(true); -- cgit v1.2.3-70-g09d2