forked from AuroraMiddleware/gtk
inspector: Use Adwaita as default theme
This commit is contained in:
parent
5d7c79574b
commit
aba6871dba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user