summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-04-05 22:34:23 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-04-05 22:34:23 +0800
commit4de22e12be00c0ed45831f73ab861a95573c0592 (patch)
treef59c54ccd0360a77efcbb3031682a7a2790fc01b
parent5672bd69dd490397bd35628cf5ad7135b87362ff (diff)
Fix typo
-rw-r--r--contents/ui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml
index e9529cf..09829a3 100644
--- a/contents/ui/main.qml
+++ b/contents/ui/main.qml
@@ -86,7 +86,7 @@ Item {
Layout.fillWidth: true
Layout.fillHeight: true
- ScrollBar.horizontal.policy: ScollBar.AlwaysOff
+ ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ListView {
Layout.fillWidth: true