diff options
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r-- | mobile-widgets/qml/Log.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml index a027b7513..6776d0158 100644 --- a/mobile-widgets/qml/Log.qml +++ b/mobile-widgets/qml/Log.qml @@ -21,7 +21,7 @@ Kirigami.ScrollablePage { currentIndex: -1 boundsBehavior: Flickable.StopAtBounds maximumFlickVelocity: parent.height * 5 - cacheBuffer: Math.max(5000, parent.height * 5) + cacheBuffer: 100 // cache up to 100 lines above / below what is shown for smoother scrolling focus: true clip: true delegate : Text { |