forked from AuroraMiddleware/gtk
css: Make outline-offset animatable
CSS claims it should be, so we make it.
This commit is contained in:
parent
e4a485dca2
commit
1548b680fc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user