From bd9718007d8200125f3404b560117e3dfdfdf5ed Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 1 Apr 2022 14:53:20 +0200 Subject: [PATCH] workaround for Qt 6.2 incompatibility --- playground/images/images.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/images/images.qml b/playground/images/images.qml index 1ee7fb4f..b5132ff5 100644 --- a/playground/images/images.qml +++ b/playground/images/images.qml @@ -17,7 +17,8 @@ Qsk.Window orientation: Qt.Horizontal dimension: 3 - margins: 10 + //margins: 10 // only possible with Qt <= 6.1 + margins { left: 10; top: 10; right: 10; bottom: 10 } spacing: 10 Repeater