summaryrefslogtreecommitdiffstats
path: root/resources/qml/components
diff options
context:
space:
mode:
authorMalte E <97891689+maltee1@users.noreply.github.com>2022-03-27 21:23:40 +0200
committerGitHub <noreply@github.com>2022-03-27 19:23:40 +0000
commit5078bdd14f5a3b521b1f7a6541c7b5875af61fc1 (patch)
tree4e807df014d5215bd6e44cc6ec5cb454930eedcb /resources/qml/components
parent01347c353ddbebf22a98a474aec4a0e076c36f48 (diff)
drag to reply (#1018)
Diffstat (limited to 'resources/qml/components')
-rw-r--r--resources/qml/components/AdaptiveLayout.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/components/AdaptiveLayout.qml b/resources/qml/components/AdaptiveLayout.qml
index 28befe91..8e3c0e3d 100644
--- a/resources/qml/components/AdaptiveLayout.qml
+++ b/resources/qml/components/AdaptiveLayout.qml
@@ -131,6 +131,7 @@ Container {
interactive: singlePageMode
highlightMoveDuration: container.singlePageMode ? 200 : 0
currentIndex: container.singlePageMode ? container.pageIndex : 0
+ boundsBehavior: Flickable.StopAtBounds
}
}