mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,7 @@ QVariant ProfilePrintModel::data(const QModelIndex &index, int role) const
|
||||||
}
|
}
|
||||||
case Qt::FontRole: {
|
case Qt::FontRole: {
|
||||||
QFont font;
|
QFont font;
|
||||||
const int baseSize = 9;
|
const int baseSize = 7;
|
||||||
// dive #
|
// dive #
|
||||||
if (row == 0 && col == 0) {
|
if (row == 0 && col == 0) {
|
||||||
font.setBold(true);
|
font.setBold(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue