gtk/testsuite/reftests/inscription-xalign.ref.ui
Benjamin Otte 4927b6e625 reftests: Add inscription reftest for xalign
Compare with labels again.
2022-06-13 06:49:11 +02:00

43 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow">
<property name="default-width">200</property>
<property name="decorated">0</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">align
0.0</property>
<property name="wrap-mode">word</property>
<property name="wrap">1</property>
<property name="xalign">0</property>
<property name="justify">left</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">align
0.5</property>
<property name="wrap-mode">word</property>
<property name="wrap">1</property>
<property name="xalign">0.5</property>
<property name="justify">center</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">align
1.0</property>
<property name="wrap-mode">word</property>
<property name="wrap">1</property>
<property name="xalign">1</property>
<property name="justify">right</property>
</object>
</child>
</object>
</child>
</object>
</interface>