From c6549782efa05b7a23284a89730c6b4f4b2ccac8 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 11 Jan 2024 11:31:50 +0800 Subject: Tidy up a bit --- Student/Dashboard.ui.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Student') diff --git a/Student/Dashboard.ui.qml b/Student/Dashboard.ui.qml index 6ca13f3..c89e7ad 100644 --- a/Student/Dashboard.ui.qml +++ b/Student/Dashboard.ui.qml @@ -1,7 +1,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 -import "Dashboard" import QtQuick.Layouts 1.15 +import "Dashboard" Flickable { property alias tableBody: tableBody @@ -86,8 +86,6 @@ Flickable { width: tableBody.width courseTitle.text: title courseThumb.source: image - - } } } -- cgit v1.3