diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-04-05 22:34:23 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-04-05 22:34:23 +0800 |
commit | 4de22e12be00c0ed45831f73ab861a95573c0592 (patch) | |
tree | f59c54ccd0360a77efcbb3031682a7a2790fc01b /contents | |
parent | 5672bd69dd490397bd35628cf5ad7135b87362ff (diff) |
Fix typo
Diffstat (limited to 'contents')
-rw-r--r-- | contents/ui/main.qml | 2 |
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 |