diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index 36f8442fd..da2e96d20 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -91,6 +91,7 @@ Kirigami.ScrollablePage { editable: false currentIndex: 0 model: monthModel + font.pointSize: subsurfaceTheme.smallPointSize onActivated: { summaryModel.calc(0, currentIndex) } @@ -100,6 +101,7 @@ Kirigami.ScrollablePage { editable: false currentIndex: 3 model: monthModel + font.pointSize: subsurfaceTheme.smallPointSize onActivated: { summaryModel.calc(1, currentIndex) } |