~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to src/app/qml/PdfViewDefaultHeader.qml

  • Committer: Stefano Verzegnassi
  • Date: 2015-02-03 21:11:52 UTC
  • mfrom: (63.2.10 20-enable-zoom)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: stefano92.100@gmail.com-20150203211152-uiod2ysmcrl6f8qw
Merge with prerequisite branch - Updated pot - Fixed things asked in MP comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
import QtQuick 2.3
18
18
import Ubuntu.Components 1.1
19
 
import QtQuick.Layouts 1.0
 
19
import QtQuick.Layouts 1.1
20
20
import Ubuntu.Components.Popups 1.0
21
21
 
22
22
PageHeadState {
31
31
        anchors.fill: parent
32
32
        spacing: units.gu(1)
33
33
 
34
 
        ActivityIndicator {
35
 
            id: activity
36
 
            anchors.verticalCenter: parent.verticalCenter
37
 
        }
 
34
        ActivityIndicator { id: activity }
38
35
 
39
36
        Column {
40
37
            id: layout
41
 
            anchors.verticalCenter: parent.verticalCenter
42
38
            Layout.fillWidth: true
43
39
 
44
40
            Label {