diff --git a/examples/buttons/TestButton.qml b/examples/buttons/TestButton.qml index cbb76ae5..65550e1c 100644 --- a/examples/buttons/TestButton.qml +++ b/examples/buttons/TestButton.qml @@ -5,16 +5,16 @@ Qsk.PushButton { sizePolicy { - // long texts, should not have an effect + // long texts, should not have an effect horizontalPolicy: Qsk.SizePolicy.Ignored verticalPolicy: Qsk.SizePolicy.Ignored } - minimumSize - { - width: 80 - height: 60 - } + minimumSize + { + width: 80 + height: 60 + } shape {