summaryrefslogtreecommitdiff
path: root/Counter.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 21:46:58 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 21:46:58 +0800
commitf922865705e7004d29509a673d7bc94ee57f8d9a (patch)
tree3349c49588f6b28efb4d79ea5652bd5ed3afc321 /Counter.ui.qml
parent747c92ad7e197036e926350acf2a17f7076a3c72 (diff)
Revert "Revert "FontLoader with source doesn't need the name set""
This reverts commit 747c92ad7e197036e926350acf2a17f7076a3c72.
Diffstat (limited to 'Counter.ui.qml')
-rw-r--r--Counter.ui.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Counter.ui.qml b/Counter.ui.qml
index cc979d2..e6e7318 100644
--- a/Counter.ui.qml
+++ b/Counter.ui.qml
@@ -38,7 +38,6 @@ Item {
ColumnLayout {
FontLoader {
id: bold
- name: "Heebo"
source: "Heebo/Heebo-Bold.ttf"
}
@@ -52,7 +51,6 @@ Item {
FontLoader {
id: medium
- name: "Heebo"
source: "Heebo/Heebo-Bold.ttf"
}