Skip to content

Commit

Permalink
Reenable cover page
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Oct 11, 2024
1 parent faee8ea commit 73c5b6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Kirigami.ApplicationWindow {
pageStack.globalToolBar.showNavigationButtons: pages && pages.currentIndex > 0 ?
Kirigami.ApplicationHeaderStyle.ShowBackButton :
Kirigami.ApplicationHeaderStyle.NoNavigationButtons

property var cover
property real compassOrientationOffset: 0
property bool isConvergent: true
property var initialPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ApplicationWindow {
height: 480
visible: true

property var cover
property real compassOrientationOffset: 0
property alias initialPage: pageStack.initialItem
property string menuPageUrl
Expand Down
4 changes: 2 additions & 2 deletions ui/qml/cover/CoverPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CoverBackground {

Image {
id: imgSteps
source: "../pics/icon-m-steps.png"
source: "../pics/custom-icons/icon-m-steps.png"
height: Theme.iconSizeMedium
width: height
}
Expand All @@ -94,7 +94,7 @@ CoverBackground {

Image {
id: imgHeartrate
source: "../pics/icon-m-heartrate.png"
source: "../pics/custom-icons/icon-m-heartrate.png"
height: Theme.iconSizeMedium
width: height
}
Expand Down
2 changes: 1 addition & 1 deletion ui/qml/harbour-amazfish.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ApplicationWindowPL
id: app
initialPage: Component { FirstPage { } }
property var rootPage: null
//cover: Qt.resolvedUrl("cover/CoverPage.qml")
cover: Qt.resolvedUrl("cover/CoverPage.qml")
//allowedOrientations: defaultAllowedOrientations

property int _lastNotificationId: 0
Expand Down

0 comments on commit 73c5b6d

Please sign in to comment.