summaryrefslogtreecommitdiff
path: root/Label
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-22 12:02:19 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-22 12:02:19 +0800
commit9d892d1756ecc232d0c042cacaa504a02c6e42ed (patch)
treefc541ca27b7bfc88746ae1c97e646b02c42f0cbc /Label
parent6366fd64c348778c31bddbbda9ca3e071d50e2ff (diff)
Rename to hxFont & set default pointSize
Diffstat (limited to 'Label')
-rw-r--r--Label/Hx.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Label/Hx.ui.qml b/Label/Hx.ui.qml
index 5e97303..ed008c5 100644
--- a/Label/Hx.ui.qml
+++ b/Label/Hx.ui.qml
@@ -5,8 +5,8 @@ import Eduport 1.4
Label {
wrapMode: Label.Wrap
font {
- family: Eduport.hFont.family
- weight: Eduport.hFont.weight
+ family: Eduport.hxFont.family
+ weight: Eduport.hxFont.weight
pointSize: Eduport.h6FontSize
}
}