aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/buttons/ButtonLoader.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/buttons/ButtonLoader.qml')
-rw-r--r--tests/manual/buttons/ButtonLoader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/buttons/ButtonLoader.qml b/tests/manual/buttons/ButtonLoader.qml
index 38ca4fc3..47b265ec 100644
--- a/tests/manual/buttons/ButtonLoader.qml
+++ b/tests/manual/buttons/ButtonLoader.qml
@@ -92,7 +92,7 @@ Item {
Label {
text: root.text
- font.pixelSize: roundButton.contentItem.font.pixelSize * 0.5
+ font.pixelSize: roundButton.font.pixelSize * 0.5
anchors.top: parent.bottom
anchors.topMargin: 2
anchors.horizontalCenter: parent.horizontalCenter