comments fixed

This commit is contained in:
Uwe Rathmann 2021-11-19 14:05:27 +01:00
parent 411e9832fd
commit 8413651bda
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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