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
|
- When qml syntax highlighting supports string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
- EditProfile avatar spacing in row mode
|
|
||||||
- Message position after daybreak delegate
|
- Message position after daybreak delegate
|
||||||
- Keyboard flicking against top/bottom edge
|
- Keyboard flicking against top/bottom edge
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
|
|
|
@ -17,7 +17,7 @@ SwipeView {
|
||||||
property var hideHeaderUnderHeight: null
|
property var hideHeaderUnderHeight: null
|
||||||
|
|
||||||
property int currentSpacing:
|
property int currentSpacing:
|
||||||
Math.min(theme.spacing * width / 400, theme.spacing * 2)
|
Math.min(theme.spacing * width / 400, theme.spacing)
|
||||||
|
|
||||||
id: swipeView
|
id: swipeView
|
||||||
currentIndex: 1
|
currentIndex: 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user