Fix EditAccount currentSpacing
This commit is contained in:
parent
47d30352fa
commit
cb25c30cb9
1
TODO.md
1
TODO.md
|
@ -16,7 +16,6 @@
|
|||
- When qml syntax highlighting supports string interpolation, use them
|
||||
|
||||
- Fixes
|
||||
- EditProfile avatar spacing in row mode
|
||||
- Message position after daybreak delegate
|
||||
- Keyboard flicking against top/bottom edge
|
||||
- Don't strip user spacing in html
|
||||
|
|
|
@ -17,7 +17,7 @@ SwipeView {
|
|||
property var hideHeaderUnderHeight: null
|
||||
|
||||
property int currentSpacing:
|
||||
Math.min(theme.spacing * width / 400, theme.spacing * 2)
|
||||
Math.min(theme.spacing * width / 400, theme.spacing)
|
||||
|
||||
id: swipeView
|
||||
currentIndex: 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user