summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/controls/Styles/styles.pri4
-rw-r--r--src/controls/TableView.qml2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/controls/Styles/styles.pri b/src/controls/Styles/styles.pri
index 2079e79ea..ba0f8f448 100644
--- a/src/controls/Styles/styles.pri
+++ b/src/controls/Styles/styles.pri
@@ -70,7 +70,9 @@ STYLES_QML_FILES += \
$$PWD/Base/images/arrow-left.png \
$$PWD/Base/images/arrow-left@2x.png \
$$PWD/Base/images/arrow-right.png \
- $$PWD/Base/images/arrow-right@2x.png
+ $$PWD/Base/images/arrow-right@2x.png \
+ $$PWD/Base/images/check.png \
+ $$PWD/Base/images/check@2x.png
STYLES_QML_FILES += $$PWD/qmldir
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 9aa5cf2c5..586f1211d 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 */