summaryrefslogtreecommitdiff
path: root/tests/testgtk.css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-01 18:40:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-06-01 18:40:11 -0400
commit60081644aee42a83cc12b7ac2952bf79ba58fe31 (patch)
tree405ca4700084d3872a9d86d4ab05fd9f1ec7c15b /tests/testgtk.css
parent352569298a739f897f17b36e084f129f2c212a10 (diff)
downloadgtk+-60081644aee42a83cc12b7ac2952bf79ba58fe31.tar.gz
Silence a theme parser error
Diffstat (limited to 'tests/testgtk.css')
-rw-r--r--tests/testgtk.css2
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;