mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +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: {
|
||||
QFont font;
|
||||
const int baseSize = 9;
|
||||
const int baseSize = 7;
|
||||
// dive #
|
||||
if (row == 0 && col == 0) {
|
||||
font.setBold(true);
|
||||
|
|
Loading…
Reference in a new issue