Print: make the profile table font size 7px

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-07-09 23:23:25 +03:00 committed by Dirk Hohndel
parent ffb441aa84
commit c1d63f32d6

View file

@ -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);