summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CourseDetailClassicVideo.ui.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/CourseDetailClassicVideo.ui.qml b/CourseDetailClassicVideo.ui.qml
index 238c550..9fff5c2 100644
--- a/CourseDetailClassicVideo.ui.qml
+++ b/CourseDetailClassicVideo.ui.qml
@@ -68,13 +68,14 @@ Item{
}
}
RowLayout {
+ id: priceAndTime
spacing: 8
Layout.rightMargin: 16
Layout.leftMargin: 16
Layout.topMargin: 16
Layout.bottomMargin: 4
Label {
- id: price
+ id: publishedPrice
color: "#000000"
text: "$150"
font.weight: Font.Medium