workaround for Qt 6.2 incompatibility
This commit is contained in:
parent
ff8b4245a6
commit
bd9718007d
@ -17,7 +17,8 @@ Qsk.Window
|
|||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
dimension: 3
|
dimension: 3
|
||||||
|
|
||||||
margins: 10
|
//margins: 10 // only possible with Qt <= 6.1
|
||||||
|
margins { left: 10; top: 10; right: 10; bottom: 10 }
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
Repeater
|
Repeater
|
||||||
|
Loading…
x
Reference in New Issue
Block a user