Commit 92cd38cd authored by Shawn Rutledge's avatar Shawn Rutledge
Browse files

PDF multipage view: add vertical scrollbar


So far it does not update the spinbox with the current page to which
the user has scrolled, because ListView.currentIndex doesn't change.

Change-Id: I5dfa644401f77628c71ad1db7d64c5f0ac1e0c65
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@qt.io>
Showing with 1 addition and 0 deletions
...@@ -241,6 +241,7 @@ Item { ...@@ -241,6 +241,7 @@ Item {
} }
} }
} }
ScrollBar.vertical: ScrollBar { }
} }
PdfNavigationStack { PdfNavigationStack {
id: navigationStack id: navigationStack
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment