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

View File

@@ -45,6 +45,6 @@ HColumnLayout {
backgroundColor: theme.sidePane.filterRooms.background
Layout.fillWidth: true
Layout.preferredHeight: theme.bottomElementsHeight
Layout.preferredHeight: theme.baseElementsHeight
}
}

View File

@@ -10,7 +10,7 @@ HRectangle {
id: sendBox
Layout.fillWidth: true
Layout.minimumHeight: theme.bottomElementsHeight
Layout.minimumHeight: theme.baseElementsHeight
Layout.preferredHeight: textArea.implicitHeight
// parent.height / 2 causes binding loop?
Layout.maximumHeight: pageStack.height / 2