Rename bottomElementsHeight to baseElementsHeight
This commit is contained in:
@@ -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
|
||||
|
@@ -45,6 +45,6 @@ HColumnLayout {
|
||||
backgroundColor: theme.sidePane.filterRooms.background
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: theme.bottomElementsHeight
|
||||
Layout.preferredHeight: theme.baseElementsHeight
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user