From 4de22e12be00c0ed45831f73ab861a95573c0592 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Tue, 5 Apr 2022 22:34:23 +0800 Subject: Fix typo --- contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contents/ui/main.qml') 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 -- cgit v1.2.3