diff options
Diffstat (limited to 'qt-models/profileprintmodel.cpp')
-rw-r--r-- | qt-models/profileprintmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/profileprintmodel.cpp b/qt-models/profileprintmodel.cpp index 1f8d918ed..1d01f6a5d 100644 --- a/qt-models/profileprintmodel.cpp +++ b/qt-models/profileprintmodel.cpp @@ -6,6 +6,7 @@ ProfilePrintModel::ProfilePrintModel(QObject *parent) { + fontSize = 12.0; } void ProfilePrintModel::setDive(struct dive *divePtr) |