From 8413651bdaeb732ec349209543e8883ec9d939a9 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 19 Nov 2021 14:05:27 +0100 Subject: [PATCH] comments fixed --- examples/buttons/buttons.qml | 2 +- examples/frames/frames.qml | 2 +- examples/layouts/layouts.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/buttons/buttons.qml b/examples/buttons/buttons.qml index d4ee6d5f..442f7729 100644 --- a/examples/buttons/buttons.qml +++ b/examples/buttons/buttons.qml @@ -23,7 +23,7 @@ Qsk.Window orientation: Qt.Horizontal dimension: 3 - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } spacing: 10 diff --git a/examples/frames/frames.qml b/examples/frames/frames.qml index 8cc096ab..81f15071 100644 --- a/examples/frames/frames.qml +++ b/examples/frames/frames.qml @@ -15,7 +15,7 @@ Qsk.Window orientation: Qt.Horizontal dimension: 6 - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } spacing: 10 diff --git a/examples/layouts/layouts.qml b/examples/layouts/layouts.qml index e0479b82..a06c66ef 100644 --- a/examples/layouts/layouts.qml +++ b/examples/layouts/layouts.qml @@ -4,7 +4,7 @@ import Test 1.0 GridBox { - //margins: 10 // only possible with Qt >= 6.2 + //margins: 10 // only possible with Qt <= 6.1 margins { left: 10; top: 10; right: 10; bottom: 10 } autoFillBackground : true