diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 21:12:26 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 21:12:26 +0800 |
commit | ac9411f3a2ee6ff4d7e3c13ae605c393407eb5d3 (patch) | |
tree | 3349c49588f6b28efb4d79ea5652bd5ed3afc321 /SignIn.ui.qml | |
parent | 2cb52d15b6608a21c89eaf291fc8633d1bfd0d95 (diff) |
FontLoader with source doesn't need the name set
Diffstat (limited to 'SignIn.ui.qml')
-rw-r--r-- | SignIn.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SignIn.ui.qml b/SignIn.ui.qml index bff46de..61e8b6b 100644 --- a/SignIn.ui.qml +++ b/SignIn.ui.qml @@ -11,7 +11,6 @@ Flickable { FontLoader { id: heebo - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } |