summaryrefslogtreecommitdiffstats
path: root/resources/qml/ChatPage.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-27 22:35:38 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-27 22:35:38 +0200
commitd955444dc18b2977d8b22e87b92c85bca90a623e (patch)
tree22086804e4d01f85583fc46f72350317ee626849 /resources/qml/ChatPage.qml
parent6222ae88ce08c289ad67058dd3200bd1d5950072 (diff)
Port to explicit connect syntax
Also fix a lot of warnings.
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r--resources/qml/ChatPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml
index ae37187b..e56d7d46 100644
--- a/resources/qml/ChatPage.qml
+++ b/resources/qml/ChatPage.qml
@@ -56,6 +56,7 @@ Rectangle {
RoomList {
id: roomlist
+ implicitHeight: chatPage.height
collapsed: parent.collapsed
}