summaryrefslogtreecommitdiff
path: root/examples/quick/controls/tableview/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/tableview/main.qml')
-rw-r--r--examples/quick/controls/tableview/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/tableview/main.qml b/examples/quick/controls/tableview/main.qml
index 3ecf5ddb..1a9246f8 100644
--- a/examples/quick/controls/tableview/main.qml
+++ b/examples/quick/controls/tableview/main.qml
@@ -129,7 +129,7 @@ Window {
focus:true
enabled: enabledCheck.checked
- property int margins: Qt.platform.os === "mac" ? 16 : 0
+ property int margins: Qt.platform.os === "osx" ? 16 : 0
height: parent.height - 34
anchors.right: parent.right