diff --git a/examples/calculator/index.ts b/examples/calculator/index.ts index 3ba937a5e..9469c05bd 100644 --- a/examples/calculator/index.ts +++ b/examples/calculator/index.ts @@ -57,7 +57,7 @@ rootView.setStyleSheet( #resultText { qproperty-flex: 1; - qproperty-alignment: AlignRight AlignVCenter; + qproperty-alignment: 'AlignRight|AlignVCenter'; padding-right: 5px; font-size: 40px; }