diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-09 14:24:07 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-09 14:24:07 +0800 |
commit | e47f0a86a8f7960d608945861aba1c522ba31eda (patch) | |
tree | 3e5457acfb61775e225c81c20441c492ea26ae4b /Home/Default | |
parent | 98ccb265774db273d7d9e026913a5a54919c4a0a (diff) |
Fix missing namespace
Diffstat (limited to 'Home/Default')
-rw-r--r-- | Home/Default/Counter.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Home/Default/Counter.ui.qml b/Home/Default/Counter.ui.qml index f33344b..41d79f4 100644 --- a/Home/Default/Counter.ui.qml +++ b/Home/Default/Counter.ui.qml @@ -50,7 +50,7 @@ Item { .family weight: Eduport.fwNormalFont .weight - pointSize: h6FontSize + pointSize: Eduport.h6FontSize } Layout.fillWidth: true } |