diff --git a/tests/screenshots/cases/software/basic/text.slint b/tests/screenshots/cases/software/basic/text.slint index a08d03fd1..30f3efd7d 100644 --- a/tests/screenshots/cases/software/basic/text.slint +++ b/tests/screenshots/cases/software/basic/text.slint @@ -1,7 +1,7 @@ // Copyright © SixtyFPS GmbH // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial -TestCase := Window { +export component TestCase inherits Window { width: 64px; height: 64px; VerticalLayout { @@ -12,7 +12,8 @@ TestCase := Window { font-size: 10px; } Text { - text: "Hello"; + // note: j has negative bearing + text: "jello"; color: #abcd; opacity: 0.9; font-size: 10px; diff --git a/tests/screenshots/references/software/basic/text.png b/tests/screenshots/references/software/basic/text.png index 864a0447c..35cf77397 100644 Binary files a/tests/screenshots/references/software/basic/text.png and b/tests/screenshots/references/software/basic/text.png differ