diff options
author | J-P Nurmi <jpnurmi@digia.com> | 2013-06-24 14:05:56 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-24 18:10:01 +0200 |
commit | aa4ddfd8443f07badc0899d835027e46c6e0dfd8 (patch) | |
tree | 546d3cff62a4e2ac497c71f48f03a177d72790fe /src | |
parent | f90d7eed222d65bd35730c2dd09fc68c3d67eea0 (diff) | |
download | qtquickcontrols-aa4ddfd8443f07badc0899d835027e46c6e0dfd8.tar.gz |
Adapt to Qt.platform.os rename ("mac" -> "osx")v5.1.0-rc2v5.1.0
Change-Id: I089a01bee10b92f85dcdd338c695a3b796b0ecd1
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/controls/TableView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index 6f05d605..b02a49c0 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -393,7 +393,7 @@ ScrollView { implicitHeight: 150 frameVisible: true - __scrollBarTopMargin: Qt.platform.os === "mac" ? headerrow.height : 0 + __scrollBarTopMargin: Qt.platform.os === "osx" ? headerrow.height : 0 __viewTopMargin: headerrow.height /*! \internal */ |