summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-14 19:56:06 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-14 19:56:06 +0800
commit530462f93360d0d4dd1b5c813dd742dced18fc3a (patch)
tree0658a968b84879a515293236a238190d71eed8d7
parentc21710189715866e5087fb6f08bfa7444722ab50 (diff)
Fix the font sizes, but pixel size for now
-rw-r--r--HomeDefault.ui.qml4
1 files 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
}
}