]> Pileus Git - ~andy/gtk/commitdiff
reftests: Make label-sizing tests use better CSS
authorBenjamin Otte <otte@redhat.com>
Fri, 2 Nov 2012 18:16:46 +0000 (19:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 4 Nov 2012 14:28:42 +0000 (15:28 +0100)
ow that labels can have backgrounds, just use label backgrounds

tests/reftests/label-sizing.css

index d84c0e3a7df906b606e6f2f09ae13e9533875f14..0d356b6819f1d23aa7ce631c0a7e54a729b8aee5 100644 (file)
@@ -3,6 +3,6 @@
   padding: 0;
 }
 
-GtkPaned GtkEventBox {
+GtkPaned GtkLabel {
   background-color: pink
 }