From bf4bbd6ee6518c22c1c585f6b4db640ecd9195f0 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: Mon, 28 Aug 2023 17:47:08 +0800 Subject: Course list table body shouldn't be interactive --- Student/Dashboard.ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Student/Dashboard.ui.qml b/Student/Dashboard.ui.qml index 326303b..16e8064 100644 --- a/Student/Dashboard.ui.qml +++ b/Student/Dashboard.ui.qml @@ -30,6 +30,7 @@ Flickable { id: tableBody Layout.fillWidth: true height: 100 * count + interactive: false model: ListModel { ListElement { title: qsTr("Building Scalable APIs with GraphQL") -- cgit v1.2.3