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

@@ -8,7 +8,7 @@ import "../../Base"
HRectangle {
id: banner
Layout.fillWidth: true
Layout.preferredHeight: theme.bottomElementsHeight
Layout.preferredHeight: theme.baseElementsHeight
property alias avatar: bannerAvatar
property alias icon: bannerIcon