From d524d96a25f0a03040f9adac44c7f6802b019975 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 24 Feb 2016 12:51:08 +0100 Subject: [PATCH] using the margins of the flickable item is wrong the clip will be at ScrollView, not at flickable level --- src/declarativeimports/plasmastyle/ScrollViewStyle.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/declarativeimports/plasmastyle/ScrollViewStyle.qml b/src/declarativeimports/plasmastyle/ScrollViewStyle.qml index 16acb4ecb..8c1b681ac 100644 --- a/src/declarativeimports/plasmastyle/ScrollViewStyle.qml +++ b/src/declarativeimports/plasmastyle/ScrollViewStyle.qml @@ -79,7 +79,6 @@ QtQuickControlStyle.ScrollViewStyle { left: parent.left top: parent.top right: parent.right - topMargin: flickableItem.anchors.topMargin } } PlasmaCore.SvgItem { @@ -99,7 +98,6 @@ QtQuickControlStyle.ScrollViewStyle { left: parent.left bottom: parent.bottom right: parent.right - bottomMargin: flickableItem.anchors.bottomMargin } } PlasmaCore.SvgItem { @@ -118,7 +116,6 @@ QtQuickControlStyle.ScrollViewStyle { left: parent.left top: parent.top bottom: parent.bottom - leftMargin: flickableItem.anchors.leftMargin } } PlasmaCore.SvgItem { @@ -137,7 +134,6 @@ QtQuickControlStyle.ScrollViewStyle { top: parent.top bottom: parent.bottom right: parent.right - rightMargin: flickableItem.anchors.rightMargin } } }