inspector: Use Adwaita as default theme
This commit is contained in:
@ -188,7 +188,7 @@ init_theme (GtkInspectorVisual *vis)
|
|||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
g_hash_table_add (t, g_strdup ("gtk-win32"));
|
g_hash_table_add (t, g_strdup ("gtk-win32"));
|
||||||
#else
|
#else
|
||||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
g_hash_table_add (t, g_strdup ("Adwaita"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
fill_gtk (themedir, t);
|
fill_gtk (themedir, t);
|
||||||
|
|||||||
Reference in New Issue
Block a user