diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-04-30 14:41:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-04-30 14:41:49 -0400 |
commit | 8076c8fbbfc78bac9777db30e7fd7dc089716200 (patch) | |
tree | 23069ad076cd7b90d5c7a1cd49883f7007b419a4 /tests | |
parent | 8f1a578ade0e94a6370917e2bfee23cfcf8d01d0 (diff) | |
download | gtk+-8076c8fbbfc78bac9777db30e7fd7dc089716200.tar.gz |
Test the new style property
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtkrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index e94ab284b7..d2be67ff06 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -32,7 +32,9 @@ style "global-style-properties" GtkButtonBox::child_min_width = 0 GtkButtonBox::child_min_height = 0 GtkArrow::arrow-scaling = 1.0 + GtkEntry::invisible-char = 10046 } + class "GtkWidget" style "global-style-properties" style "defaultfont" |