summaryrefslogtreecommitdiff
path: root/Course/Grid
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-03 09:56:25 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-03 09:56:25 +0800
commit0f2807e6a518c09f4926bc5cda65c1ce3321732d (patch)
treeb281ad3a7a0f6825763ec7ca304f61960e2129a6 /Course/Grid
parenteccb66c5328418904fcdcfbe6221c82a2454a3b7 (diff)
Fix grid card height
Diffstat (limited to 'Course/Grid')
-rw-r--r--Course/Grid/Minimal.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Course/Grid/Minimal.ui.qml b/Course/Grid/Minimal.ui.qml
index fe7439f..a4ad119 100644
--- a/Course/Grid/Minimal.ui.qml
+++ b/Course/Grid/Minimal.ui.qml
@@ -42,7 +42,7 @@ Flickable {
: main.width < 992
? width / 3
: width / 4
- cellHeight: cellWidth * 400 / 533 + 273.35
+ cellHeight: cellWidth * 400 / 533 + 220.35
model: ListModel {
ListElement {
image: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg"
@@ -162,7 +162,7 @@ Flickable {
badgeBackgroundColor: levelBackgroundColor
favorite.checked: liked
titleText: title
- truncatedText: ""
+ truncatedVisible: false
rating: rate
}
}