From: Matthias Clasen Date: Wed, 2 Aug 2023 14:50:48 +0000 (+0000) Subject: reftests: Fix one reftest X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea72e7e5b375b0258f35b9e8bcabaf1b7a4fb53a;p=gtk4.git reftests: Fix one reftest The xalign property of GtkLabel defaults to 0.5, meaning that the contents will be centered, which is not what GtkInscription does. --- diff --git a/testsuite/reftests/inscription-markup.ref.ui b/testsuite/reftests/inscription-markup.ref.ui index cf0e3474c1..14e4fd154e 100644 --- a/testsuite/reftests/inscription-markup.ref.ui +++ b/testsuite/reftests/inscription-markup.ref.ui @@ -8,6 +8,7 @@ 1 1 + 0 Text sizes: <span size="xx-small">tiny </span><span size="x-small">very small </span><span size="small">small </span><span size="medium">normal </span><span size="large">large </span><span size="x-large">very large </span><span size="xx-large">huge</span> Text styles: <span style="normal">Normal</span> <span style="italic">Italic</span> <span style="oblique">Olique</span> Text weights: <span weight="thin">thin</span> <span weight="light">light</span> <span weight="normal">normal</span> <span weight="bold">bold</span> <span weight="ultraheavy">ultraheavy</span>