reftests: fix label-sizing reftest

Add it back fixed.
This commit is contained in:
Cosimo Cecchi
2012-03-05 17:47:11 -05:00
parent 39cef018ab
commit d169f7711c
2 changed files with 11 additions and 0 deletions

View File

@ -153,6 +153,9 @@ EXTRA_DIST += \
label-shadows.css \ label-shadows.css \
label-shadows.ref.ui \ label-shadows.ref.ui \
label-shadows.ui \ label-shadows.ui \
label-sizing.css \
label-sizing.ref.ui \
label-sizing.ui \
label-small-ellipsized.ref.ui \ label-small-ellipsized.ref.ui \
label-small-ellipsized.ui \ label-small-ellipsized.ui \
label-wrap-justify.ref.ui \ label-wrap-justify.ref.ui \

View File

@ -0,0 +1,8 @@
* {
font: Monospace 12;
padding: 0;
}
GtkPaned GtkEventBox {
background-color: pink
}