From 247c0a4044d20943f843fb1409fd94b3b664f78a Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 6 Apr 2022 10:56:29 +0200 Subject: [PATCH] alignment fixed --- examples/buttons/TestButton.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {