diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-06-01 18:40:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-06-01 18:40:11 -0400 |
commit | 60081644aee42a83cc12b7ac2952bf79ba58fe31 (patch) | |
tree | 405ca4700084d3872a9d86d4ab05fd9f1ec7c15b /tests/testgtk.css | |
parent | 352569298a739f897f17b36e084f129f2c212a10 (diff) | |
download | gtk+-60081644aee42a83cc12b7ac2952bf79ba58fe31.tar.gz |
Silence a theme parser error
Diffstat (limited to 'tests/testgtk.css')
-rw-r--r-- | tests/testgtk.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.css b/tests/testgtk.css index f1207f72a1..f5e8694f12 100644 --- a/tests/testgtk.css +++ b/tests/testgtk.css @@ -4,7 +4,7 @@ @binding-set entry-bindings { bind "<alt>s" { "move-cursor" (visual-positions, 3, 0) }; bind "<alt>a" { "move-cursor" (visual-positions, -3, 0) }; -}; +} * { -GtkButton-child-displacement-x: 1; |