css: Make outline-offset animatable

CSS claims it should be, so we make it.
This commit is contained in:
Benjamin Otte 2016-02-21 01:02:15 +01:00
parent e4a485dca2
commit 1548b680fc

View File

@ -1397,7 +1397,7 @@ _gtk_css_style_property_init_properties (void)
gtk_css_style_property_register ("outline-offset",
GTK_CSS_PROPERTY_OUTLINE_OFFSET,
G_TYPE_INT,
0,
GTK_STYLE_PROPERTY_ANIMATED,
GTK_CSS_AFFECTS_OUTLINE | GTK_CSS_AFFECTS_CLIP,
outline_parse,
query_length_as_int,