summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-08-28 17:47:08 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-08-28 17:47:08 +0800
commitbf4bbd6ee6518c22c1c585f6b4db640ecd9195f0 (patch)
tree9ffdb95404a5826ff97e56dc93fab42b0df71a22
parentad2e9c9e654dfe041303e24c6faad8d85deaaa20 (diff)
Course list table body shouldn't be interactive
-rw-r--r--Student/Dashboard.ui.qml1
1 files changed, 1 insertions, 0 deletions
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")