From 5a43165126361e8293f28eaf21035f9175dcf8fd Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 13 Nov 2022 17:26:44 +0100 Subject: [PATCH] syntax error fixed --- examples/glabels/glabels.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/glabels/glabels.qml b/examples/glabels/glabels.qml index dacda2bc..096a4003 100644 --- a/examples/glabels/glabels.qml +++ b/examples/glabels/glabels.qml @@ -34,7 +34,7 @@ Qsk.Window { source: modelData - sourceSize.width: 100 // width according to aspect ratio + graphicStrutSize.width: 100 // height: according to aspect ratio fillMode: Qsk.GraphicLabel.PreserveAspectFit alignment: Qt.AlignCenter //mirror: true