Rename bottomElementsHeight to baseElementsHeight

This commit is contained in:
miruka
2019-07-16 05:13:19 -04:00
parent d5dd1292ff
commit d302a5cf5f
7 changed files with 9 additions and 10 deletions

View File

@@ -25,9 +25,9 @@ Page {
height: window.height <
avatarPreferredSize +
theme.bottomElementsHeight +
theme.baseElementsHeight +
currentSpacing * 2 ?
0 : theme.bottomElementsHeight
0 : theme.baseElementsHeight
Behavior on height { HNumberAnimation {} }
visible: height > 0