From 6ac97acfdec5043bb6088799dd4ff4aa05049357 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 14 Jul 2016 01:24:28 +0200 Subject: The horizontal scrollbar is okay if we resize too much --- components/package/contents/ui/MailViewer.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'components/package') diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml index 53808ddd..9abd30be 100644 --- a/components/package/contents/ui/MailViewer.qml +++ b/components/package/contents/ui/MailViewer.qml @@ -20,7 +20,6 @@ Item { id: scrollView anchors.fill: parent anchors.margins: 0 - horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff Column { spacing:2 -- cgit v1.2.3