aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r--qml/ChatPage.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index 712a75c..fd6c154 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -6,7 +6,7 @@ import org.kde.kirigami 2.12 as Kirigami
import DeltaChat 1.0
-Kirigami.Page {
+Kirigami.ScrollablePage {
id: chatPage
title: chat ? chat.name : qsTr("Chat")
@@ -144,8 +144,6 @@ Kirigami.Page {
verticalLayoutDirection: ListView.BottomToTop
delegate: Message {message: context.getMessage(msgId)}
-
- ScrollBar.vertical: ScrollBar {}
}
footer: Loader {