diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-18 16:13:14 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-18 16:13:14 +0800 |
commit | ad5f1462cdab78d0262fc53429d2ee8903fe560e (patch) | |
tree | 4c6471207ca08e0ff8abd041d52b10a0965f859c | |
parent | 866cbf13a375cd4b3bb5e003d97cfc0f5c68e79a (diff) |
Fix popular course title font size not to loop
-rw-r--r-- | HomeDefault.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |