summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/TableViewStyle.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-08-20 19:22:43 +0200
committerJ-P Nurmi <jpnurmi@digia.com>2013-08-20 19:24:31 +0200
commit3dbfd45f6f278f8e521fa9f035acf5310102b836 (patch)
treef16cd11ceba046eb9d15872153d482fe81965c31 /src/controls/Styles/Base/TableViewStyle.qml
parentb3f1ed3b3b359722dc692256cbb3b89818bab49b (diff)
parent09b0cb956940f45deaf35392630bd05453558d43 (diff)
downloadqtquickcontrols-3dbfd45f6f278f8e521fa9f035acf5310102b836.tar.gz
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I97e6044a5d28ab875628e61ea67474f3c0a4ef4b
Diffstat (limited to 'src/controls/Styles/Base/TableViewStyle.qml')
-rw-r--r--src/controls/Styles/Base/TableViewStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/TableViewStyle.qml b/src/controls/Styles/Base/TableViewStyle.qml
index 4484f1c9..dd47f7ca 100644
--- a/src/controls/Styles/Base/TableViewStyle.qml
+++ b/src/controls/Styles/Base/TableViewStyle.qml
@@ -61,7 +61,7 @@ ScrollViewStyle {
property color textColor: __syspal.text
/*! The background color. */
- property color backgroundColor: __syspal.base
+ property color backgroundColor: control.backgroundVisible ? __syspal.base : "transparent"
/*! The alternate background color. */
property color alternateBackgroundColor: Qt.darker(__syspal.base, 1.06)