summaryrefslogtreecommitdiff
path: root/Home
diff options
context:
space:
mode:
Diffstat (limited to 'Home')
-rw-r--r--Home/Default.ui.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 9353c6b..34ab45f 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -49,7 +49,9 @@ Flickable {
Layout.fillWidth: true
font {
family: Eduport.hFont.family
- pointSize: 23.6 + .0432 * width
+ weight: Eduport.hFont.weight
+ pointSize: 23.6
+ + .027 * parent.width
}
}