diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2024-01-11 11:31:50 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2024-01-11 11:31:50 +0800 | 
| commit | c6549782efa05b7a23284a89730c6b4f4b2ccac8 (patch) | |
| tree | d13d9153fff7c4d5206d6dadac043184bb51e549 | |
| parent | f785a82079d8c57a88fd537cab99865de8ee20fd (diff) | |
| -rw-r--r-- | Student/Dashboard.ui.qml | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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 - -				  			}  		}  	} |