diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-26 20:42:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-26 20:42:58 +0800 |
commit | e0c44b6f8f352ccfe2456e4f7d08b196af23d404 (patch) | |
tree | af5f3b808653962d8c6e5b90595940297a0b1aee /Home | |
parent | 70a5fbcda2764ac2676c467a5a646a82b7e4fbd4 (diff) |
Fix card footer anchors
Diffstat (limited to 'Home')
-rw-r--r-- | Home/Default/Card.ui.qml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 342bec0..c4b64bc 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -170,9 +170,8 @@ Item { id: duration text: "15h 30m" anchors { - top: parent.top left: parent.left - bottom: parent.bottom + verticalCenter: parent.verticalCenter } font { family: Eduport.fwLightFont @@ -187,9 +186,8 @@ Item { id: lectures text: "68 lectures" anchors { - top: parent.top right: parent.right - bottom: parent.bottom + verticalCenter: parent.verticalCenter } font { family: Eduport.fwLightFont |