From e8db9455c7cf9ca06d0ae4472ceaf1958a2d366d Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Fri, 3 Mar 2023 21:57:13 +0700 Subject: change id following eduport naming convention --- CourseDetailClassicVideo.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3