diff --git a/app/settings/BooksSettings.qml b/app/settings/BooksSettings.qml index 36fd2b8..1b209f5 100644 --- a/app/settings/BooksSettings.qml +++ b/app/settings/BooksSettings.qml @@ -1,6 +1,6 @@ /* - Copyright (C) 2015-2020 Jolla Ltd. - Copyright (C) 2015-2020 Slava Monich + Copyright (C) 2015-2021 Jolla Ltd. + Copyright (C) 2015-2021 Slava Monich You may use this file under the terms of BSD license as follows: @@ -505,5 +505,7 @@ Page { wrapMode: Text.Wrap } } + + VerticalScrollDecorator { } } }