ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #09244
[Merge] lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1566903 into lp:ubuntu-docviewer-app
Stefano Verzegnassi has proposed merging lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1566903 into lp:ubuntu-docviewer-app.
Commit message:
Fixed wrong alignment of the peer picker in SharePage.
Requested reviews:
Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)
Related bugs:
Bug #1566903 in Ubuntu Document Viewer App: "No margin between content peers and page header"
https://bugs.launchpad.net/ubuntu-docviewer-app/+bug/1566903
For more details, see:
https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/fix-1566903/+merge/291142
Fixed wrong alignment of the peer picker in SharePage.
--
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1566903 into lp:ubuntu-docviewer-app.
=== modified file 'src/app/qml/documentPage/SharePage.qml'
--- src/app/qml/documentPage/SharePage.qml 2016-03-03 13:17:53 +0000
+++ src/app/qml/documentPage/SharePage.qml 2016-04-06 16:29:43 +0000
@@ -30,6 +30,7 @@
ContentPeerPicker {
id: picker
+ anchors.topMargin: sharePage.header.height
contentType: ContentType.Documents
handler: ContentHandler.Share
Follow ups