From 530462f93360d0d4dd1b5c813dd742dced18fc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 14 Feb 2023 19:56:06 +0800 Subject: Fix the font sizes, but pixel size for now --- HomeDefault.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index b629534..d580aa0 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -53,7 +53,7 @@ Flickable { wrapMode: Text.Wrap Layout.fillWidth: true font.family: heebo.name - font.pointSize: 40 + font.pixelSize: 24 } Label { @@ -63,7 +63,7 @@ Flickable { wrapMode: Text.Wrap Layout.fillWidth: true font.family: "Roboto" - font.pointSize: 22 + font.pixelSize: 19 } } -- cgit v1.2.3