summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-30 00:57:18 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-30 01:07:42 +0100
commitf4906abf59cce798830e81c0362fab224516dcf9 (patch)
treeec228c9a8bbe9c8bd81b105d1c041bc79f6c34ed /qt-mobile
parent13f78743c668629b41586427202b34724647fa56 (diff)
downloadsubsurface-f4906abf59cce798830e81c0362fab224516dcf9.tar.gz
Fix left margin in dive list
Specifying a negative margin means that we negate the margin that the ListItem so carefully figures out for us, don't do that. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/DiveList.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml
index ed75c96f8..77e8802f0 100644
--- a/qt-mobile/qml/DiveList.qml
+++ b/qt-mobile/qml/DiveList.qml
@@ -40,7 +40,6 @@ MobileComponents.Page {
}
Item {
- x: -1 * MobileComponents.Units.smallSpacing
width: parent.width - MobileComponents.Units.smallSpacing * 2
height: childrenRect.height - MobileComponents.Units.smallSpacing