summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-10-31 16:50:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 16:54:02 +0100
commitbd9ade606c1936ecb620dce857921920b828a234 (patch)
tree871e7f59c133c6bc941bd991e8c91f85f5720dea /src/controls/TableView.qml
parentecd02a21cda5d39f6715a8b737ddf2ec70c056c3 (diff)
downloadqtquickcontrols-bd9ade606c1936ecb620dce857921920b828a234.tar.gz
Fix some issues with Base style
- Missing checkmark added - Fixed TableView painting glitch on touch devices Change-Id: Ifaad596061bc8d4432ad026efa74a13356b7a77e Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r--src/controls/TableView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 9aa5cf2c..586f1211 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -476,7 +476,7 @@ ScrollView {
implicitHeight: 150
frameVisible: true
- __scrollBarTopMargin: Qt.platform.os === "osx" ? headerrow.height : 0
+ __scrollBarTopMargin: (__style && __style.transientScrollBars || Qt.platform.os === "osx") ? headerrow.height : 0
__viewTopMargin: headerrow.height
/*! \internal */