diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index da2e96d20..8fa9601da 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -163,6 +163,7 @@ Kirigami.ScrollablePage { Rectangle { width: headerColumnWidth * 3 - Kirigami.Units.gridUnit * 2 height: sectionLabel.height + Kirigami.Units.largeSpacing + color: subsurfaceTheme.backgroundColor Label { id: sectionLabel anchors.verticalCenter: parent.verticalCenter |