Skip to content
Snippets Groups Projects
Commit a9afd3ee authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix chatpage not adapting to width

parent 24738067
No related branches found
No related tags found
No related merge requests found
......@@ -6,16 +6,11 @@ import dev.neko.spoon 1.0
Page {
id: chatPage
anchors.fill: parent
// The effective value will be restricted by ApplicationWindow.allowedOrientations
allowedOrientations: Orientation.All
property alias room: chatView.model
SilicaListView {
id: chatView
......@@ -23,6 +18,7 @@ Page {
boundsBehavior: Flickable.DragOverBounds
anchors.fill: parent
anchors.leftMargin: Theme.horizontalPageMargin
anchors.rightMargin: Theme.horizontalPageMargin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment