Make frames visible by default

This commit is contained in:
Matthias Clasen
2010-11-16 23:02:59 -05:00
committed by Carlos Garnacho
parent 9ca66efe2c
commit 512bc44dbc

View File

@@ -3170,6 +3170,10 @@ gtk_css_provider_get_default (void)
" border-style: outset;\n"
" border-width: 1;\n"
"}\n"
".frame {\n"
" border-style: inset;\n"
" border-width: 1;\n"
"}\n"
"\n";
provider = gtk_css_provider_new ();