Merge lp:~ajalkane/ubuntu-filemanager-app/scrollbar into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 17
Merged at revision: 16
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/scrollbar
Merge into: lp:ubuntu-filemanager-app
Diff against target: 13 lines (+4/-1)
1 file modified
FolderListView.qml (+4/-1)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/scrollbar
Reviewer Review Type Date Requested Status
Arto Jalkanen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+155291@code.launchpad.net

Commit message

Added scrollbar to filelist view

Description of the change

Added scrollbar to filelist view

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Arto Jalkanen (ajalkane) wrote :

It's small change, I will approve.

review: Approve
Revision history for this message
Arto Jalkanen (ajalkane) wrote :

Small change.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'FolderListView.qml'
2--- FolderListView.qml 2013-03-19 20:21:44 +0000
3+++ FolderListView.qml 2013-03-25 17:19:25 +0000
4@@ -83,5 +83,8 @@
5 }
6 }
7
8-
9+ Scrollbar {
10+ flickableItem: root
11+ align: Qt.AlignTrailing
12+ }
13 }

Subscribers

People subscribed via source and target branches