From ad5f1462cdab78d0262fc53429d2ee8903fe560e Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Sat, 18 Mar 2023 16:13:14 +0800 Subject: Fix popular course title font size not to loop --- HomeDefault.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 25855d3..6d7b5f3 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -229,7 +229,7 @@ Flickable { Layout.bottomMargin: 8 font { family: heebo.name - pointSize: 22.5 + .020625 * width + pointSize: 22.5 + .01875 * parent.width } } -- cgit v1.3