Fix EditAccount currentSpacing

This commit is contained in:
miruka 2019-07-24 16:41:32 -04:00
parent 47d30352fa
commit cb25c30cb9
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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