mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
reftests: Add a reftest for latest fix
This commit is contained in:
parent
debe81b1ea
commit
959bfbb66e
@ -182,6 +182,8 @@ EXTRA_DIST += \
|
|||||||
label-attribute-preference.css \
|
label-attribute-preference.css \
|
||||||
label-attribute-preference.ref.ui \
|
label-attribute-preference.ref.ui \
|
||||||
label-attribute-preference.ui \
|
label-attribute-preference.ui \
|
||||||
|
label-ellipsize-with-big.ref.ui \
|
||||||
|
label-ellipsize-with-big.ui \
|
||||||
label-shadows.css \
|
label-shadows.css \
|
||||||
label-shadows.ref.ui \
|
label-shadows.ref.ui \
|
||||||
label-shadows.ui \
|
label-shadows.ui \
|
||||||
|
17
tests/reftests/label-ellipsize-with-big.ref.ui
Normal file
17
tests/reftests/label-ellipsize-with-big.ref.ui
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<interface>
|
||||||
|
<!-- interface-requires gtk+ 3.0 -->
|
||||||
|
<object class="GtkWindow" id="window1">
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="type">popup</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="label" translatable="yes"> <big><b>There's a space in front</b></big></property>
|
||||||
|
<property name="use_markup">True</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
17
tests/reftests/label-ellipsize-with-big.ui
Normal file
17
tests/reftests/label-ellipsize-with-big.ui
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<interface>
|
||||||
|
<!-- interface-requires gtk+ 3.0 -->
|
||||||
|
<object class="GtkWindow" id="window1">
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="type">popup</property>
|
||||||
|
<child>
|
||||||
|
<object class="GtkLabel" id="label1">
|
||||||
|
<property name="visible">True</property>
|
||||||
|
<property name="can_focus">False</property>
|
||||||
|
<property name="label" translatable="yes"> <big><b>There's a space in front</b></big></property>
|
||||||
|
<property name="use_markup">True</property>
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
|
</interface>
|
Loading…
Reference in New Issue
Block a user