]> Pileus Git - ~andy/gtk/commitdiff
reftests: Add CSS file for alignment test
authorBenjamin Otte <otte@redhat.com>
Mon, 9 May 2011 11:23:52 +0000 (13:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 May 2011 11:25:36 +0000 (13:25 +0200)
We need to force arrow scaling to 1.0 to get the alignment right.

tests/reftests/Makefile.am
tests/reftests/misc-alignment.css [new file with mode: 0644]

index c21efa0f1d706f149f06b7a2ca80df6432ab90e2..f5eef322fb06d7735b7c734e18d1a40115d710cd 100644 (file)
@@ -44,6 +44,7 @@ EXTRA_DIST += \
        label-small-ellipsized.ui \
        label-wrap-justify.ref.ui \
        label-wrap-justify.ui \
+       misc-alignment.css \
        misc-alignment.ui \
        misc-alignment.ref.ui \
        nonresizable-size.ref.ui \
diff --git a/tests/reftests/misc-alignment.css b/tests/reftests/misc-alignment.css
new file mode 100644 (file)
index 0000000..52b4ff5
--- /dev/null
@@ -0,0 +1,3 @@
+* {
+  -GtkArrow-arrow-scaling: 1.0
+}