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>
This commit is contained in:
Sebastian Kügler 2015-11-30 00:57:18 +01:00
parent 13f78743c6
commit f4906abf59

View file

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