summaryrefslogtreecommitdiff
path: root/testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-11-30 14:05:22 +0100
committerBenjamin Otte <otte@redhat.com>2021-11-30 15:10:02 +0100
commit07cfdd8ca0dbaf0634c845aa206136708f967b46 (patch)
tree736a17bcdbc680526734a1934a66cb5ee6612780 /testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui
parentade7509b974f28871e2a52e9e3da0edff4a0957b (diff)
downloadgtk+-07cfdd8ca0dbaf0634c845aa206136708f967b46.tar.gz
label: Don't set ellipsized size as natural size
Natural size should never ellipsize. Tests added.
Diffstat (limited to 'testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui')
-rw-r--r--testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui b/testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui
new file mode 100644
index 0000000000..f0151d113f
--- /dev/null
+++ b/testsuite/reftests/hbox-with-ellipsizing-wrapping-label.ref.ui
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <object class="GtkWindow">
+ <property name="decorated">0</property>
+ <child>
+ <object class="GtkBox">
+ <child>
+ <object class="GtkLabel">
+ <property name="label">Hello World</property>
+ <property name="wrap">True</property>
+ <property name="wrap-mode">char</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>