diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-28 17:47:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-08-28 17:47:08 +0800 |
commit | bf4bbd6ee6518c22c1c585f6b4db640ecd9195f0 (patch) | |
tree | 9ffdb95404a5826ff97e56dc93fab42b0df71a22 /Student/Dashboard.ui.qml | |
parent | ad2e9c9e654dfe041303e24c6faad8d85deaaa20 (diff) |
Course list table body shouldn't be interactive
Diffstat (limited to 'Student/Dashboard.ui.qml')
-rw-r--r-- | Student/Dashboard.ui.qml | 1 |
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") |