diff options
Diffstat (limited to 'contents/ui/main.qml')
-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 |