mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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 {
|
||||
x: -1 * MobileComponents.Units.smallSpacing
|
||||
width: parent.width - MobileComponents.Units.smallSpacing * 2
|
||||
height: childrenRect.height - MobileComponents.Units.smallSpacing
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue