mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ MobileComponents.Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
x: -1 * MobileComponents.Units.smallSpacing
|
|
||||||
width: parent.width - MobileComponents.Units.smallSpacing * 2
|
width: parent.width - MobileComponents.Units.smallSpacing * 2
|
||||||
height: childrenRect.height - MobileComponents.Units.smallSpacing
|
height: childrenRect.height - MobileComponents.Units.smallSpacing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue