diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-30 00:57:18 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-30 01:07:42 +0100 |
commit | f4906abf59cce798830e81c0362fab224516dcf9 (patch) | |
tree | ec228c9a8bbe9c8bd81b105d1c041bc79f6c34ed /qt-mobile | |
parent | 13f78743c668629b41586427202b34724647fa56 (diff) | |
download | subsurface-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.qml | 1 |
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 |