aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DiveList.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index 41cffe6ca..d7dc0116a 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -185,7 +185,7 @@ Kirigami.ScrollablePage {
Component {
id: tripHeading
Item {
- width: page.width - Kirigami.Units.gridUnit
+ width: page.width
height: childrenRect.height - Kirigami.Units.smallSpacing
Rectangle {
id: headingBackground
@@ -193,7 +193,6 @@ Kirigami.ScrollablePage {
anchors {
left: parent.left
right: parent.right
- rightMargin: Kirigami.Units.gridUnit * -2
}
color: subsurfaceTheme.lightPrimaryColor
visible: section != ""