summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2023-03-03 21:57:13 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2023-03-03 21:57:13 +0700
commite8db9455c7cf9ca06d0ae4472ceaf1958a2d366d (patch)
tree99b4b4357efed6bfa47107144b02639d9640c489
parentf788faf18bb62db078b3e74e722b3539f2da37a2 (diff)
change id following eduport naming convention
-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