Wearable: cleanup FitnessPage
Change-Id: I0ed565b04236ad4550b278e0a223636794d52bbf Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
7615d1cc66
commit
8c175fd37c
|
@ -75,8 +75,6 @@ Item {
|
|||
}
|
||||
Image {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
height: 64
|
||||
width: 64
|
||||
source: "images/man-walking.png"
|
||||
}
|
||||
Text {
|
||||
|
@ -107,8 +105,6 @@ Item {
|
|||
}
|
||||
Image {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
height: 64
|
||||
width: 64
|
||||
source: "images/man-running.png"
|
||||
}
|
||||
Text {
|
||||
|
|
Loading…
Reference in New Issue