reftests: Use longer words when testing wrapping

"Hello" might be shorter than "Hi Ho" in some fonts and then that one
gets wrapped, too.

So choose perfectly cromulent words for this purpose instead.
This commit is contained in:
Benjamin Otte
2024-04-28 13:25:35 +02:00
committed by Matthias Clasen
parent 73d46edf73
commit 90ca47464a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@
<property name="orientation">1</property>
<child>
<object class="GtkLabel">
<property name="label">Hello
World</property>
<property name="label">perfectly
cromulent</property>
</object>
</child>
<child>

View File

@@ -9,7 +9,7 @@
<property name="orientation">1</property>
<child>
<object class="GtkLabel">
<property name="label">Hello World</property>
<property name="label">perfectly cromulent</property>
<property name="wrap">1</property>
<property name="max-width-chars">1</property>
</object>