~nik90/podbird/devel-branch-sync-4

« back to all changes in this revision

Viewing changes to app/welcomewizard/Slide6.qml

  • Committer: Michael Sheldon
  • Author(s): Nekhelesh Ramananthan
  • Date: 2016-03-28 21:30:10 UTC
  • mfrom: (149.1.28 uc-1.3-migrate)
  • Revision ID: michael.sheldon@canonical.com-20160328213010-nnzh3h4ofx0sbfhm
Migrate to Ubuntu.Components 1.3, framework 15.04.3, QtMultimedia 5.4, and new PageHeaders and remove workarounds for SDK bugs which have now been fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
import QtQuick 2.4
20
 
import Ubuntu.Components 1.2
 
20
import Ubuntu.Components 1.3
21
21
 
22
22
// Slide 6
23
23
Component {
40
40
            id: introductionText
41
41
            anchors.centerIn: parent
42
42
            elide: Text.ElideRight
43
 
            fontSize: "x-large"
 
43
            textSize: Label.XLarge
44
44
            maximumLineCount: 2
45
45
            text: i18n.tr("Enjoy")
46
46
            horizontalAlignment: Text.AlignHCenter