From ae4a9ba56a4204be1c1e5f1ebb8cde5fb5b4441a Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 24 Feb 2014 10:46:53 +0200 Subject: Remove unneeded transparency from qmlmultigraph Rectangles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibbabc5e69beb0066f49ed4bc3fa3406ce89e1a35 Reviewed-by: Tomi Korpipää --- examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/datavisualization/qmlmultigraph/qml/qmlmultigraph') diff --git a/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml b/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml index aef76823..46ff2067 100644 --- a/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml +++ b/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml @@ -46,7 +46,6 @@ Rectangle { Layout.fillWidth: true border.color: surfaceGraph.theme.gridLineColor border.width: 2 - color: "#00000000" // Transparent Surface3D { id: surfaceGraph @@ -123,7 +122,6 @@ Rectangle { Layout.fillWidth: true border.color: scatterGraph.theme.gridLineColor border.width: 2 - color: "#00000000" // Transparent Scatter3D { id: scatterGraph @@ -153,7 +151,6 @@ Rectangle { Layout.fillWidth: true border.color: barGraph.theme.gridLineColor border.width: 2 - color: "#00000000" // Transparent Bars3D { id: barGraph -- cgit v1.2.3