From bf4bbd6ee6518c22c1c585f6b4db640ecd9195f0 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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(+) (limited to 'Student') 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.3