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:
parent
13f78743c6
commit
f4906abf59
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user