From ed0a68ec9091819872127b1fd74f52bde37165f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 15 Nov 2022 15:09:03 +0800 Subject: Popular Course Tabs Content --- DefaultHomeStackView.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DefaultHomeStackView.ui.qml b/DefaultHomeStackView.ui.qml index 7c83a4d..2b84be7 100644 --- a/DefaultHomeStackView.ui.qml +++ b/DefaultHomeStackView.ui.qml @@ -2,7 +2,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 StackView { - property alias grid: grid + property alias popularCourseTabsContent: popularCourseTabsContent initialItem: Item { @@ -72,7 +72,7 @@ StackView { } GridView { - id: grid + id: popularCourseTabsContent cellWidth: width < 576 ? width : width < 768 ? width / 2 : width < 992 ? width / 3 : width / 4 cellHeight: cellWidth * 1.3 -- cgit v1.2.3