~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to app/settings/About.qml

  • Committer: Mike Sheldon
  • Date: 2024-11-30 20:17:43 UTC
  • mfrom: (223.1.1 podbird)
  • Revision ID: mike@mikeasoft.com-20241130201743-p9g5b3g4njuaogul
Merge changes from lp:~cibersheep/podbird/podbird to support Focal and update version

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.3
 
20
import Lomiri.Components 1.3
21
21
 
22
22
Page {
23
23
    id: aboutPage
89
89
                            width: parent.width
90
90
                            horizontalAlignment: Text.AlignHCenter
91
91
                            // TRANSLATORS: Podbird version number e.g Version 0.8
92
 
                            text: i18n.tr("Version %1").arg("0.8")
 
92
                            text: i18n.tr("Version %1").arg("1.0")
93
93
                        }
94
94
                    }
95
95
 
148
148
        orientation: Qt.Horizontal
149
149
        snapMode: ListView.SnapOneItem
150
150
        currentIndex: aboutPageHeaderSections.selectedIndex
151
 
        highlightMoveDuration: UbuntuAnimation.SlowDuration
 
151
        highlightMoveDuration: LomiriAnimation.SlowDuration
152
152
    }
153
153
}