summaryrefslogtreecommitdiff
path: root/HomeDefault.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeDefault.ui.qml')
-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
}
}