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:
parent
ffb441aa84
commit
c1d63f32d6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user