inspector: Use Adwaita as default theme

This commit is contained in:
Matthias Clasen 2014-06-14 00:15:09 -04:00
parent 5d7c79574b
commit aba6871dba

View File

@ -188,7 +188,7 @@ init_theme (GtkInspectorVisual *vis)
#ifdef G_OS_WIN32
g_hash_table_add (t, g_strdup ("gtk-win32"));
#else
g_hash_table_add (t, g_strdup ("Raleigh"));
g_hash_table_add (t, g_strdup ("Adwaita"));
#endif
fill_gtk (themedir, t);