Speed up expander animation

Go back to 200ms, which is what we had in GTK+ 2.x.
Themes can change this, of course.
This commit is contained in:
Matthias Clasen 2011-01-31 10:51:09 -05:00
parent 38f6065b2b
commit cb498c2101

View File

@ -3798,7 +3798,7 @@ gtk_css_provider_get_default (void)
"}\n"
"\n"
".expander:active {\n"
" transition: 300ms linear;\n"
" transition: 200ms linear;\n"
"}\n"
"\n"
"*:insensitive {\n"