reftests: Add CSS file for alignment test

We need to force arrow scaling to 1.0 to get the alignment right.
This commit is contained in:
Benjamin Otte 2011-05-09 13:23:52 +02:00
parent 21761ce5fc
commit b6c8671fde
2 changed files with 4 additions and 0 deletions

View 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 \

View File

@ -0,0 +1,3 @@
* {
-GtkArrow-arrow-scaling: 1.0
}