diff options
-rw-r--r-- | Course/Detail/Classic.ui.qml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml index 2545e69..9d634c9 100644 --- a/Course/Detail/Classic.ui.qml +++ b/Course/Detail/Classic.ui.qml @@ -169,7 +169,21 @@ Flickable { width: image.width height: image.height radius: 10 - } + } + } + } + + Button { + anchors.centerIn: image + display: AbstractButton.IconOnly + flat: true + width: 44 + height: 44 + icon { + width: 44 + height: 44 + color: "#ffffff" + source: "../../Font-Awesome/svgs/solid/circle-play.svg" } } |