mobile/dive-summary: make the drop downs smaller

Especially on smaller screens we had issues fitting this on the screen.
And it looks fine on larger screens as well.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-03-31 10:04:02 -07:00
parent 4982751bbe
commit 1549d6f528

View file

@ -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)
}