forked from AuroraMiddleware/gtk
inspector: Offer Raleigh as a theme
As long as it is included, might as well offer it.
This commit is contained in:
parent
821955a998
commit
0d71478237
@ -208,6 +208,7 @@ init_theme (GtkInspectorVisual *vis)
|
||||
|
||||
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
||||
g_hash_table_add (t, g_strdup ("Adwaita"));
|
||||
g_hash_table_add (t, g_strdup ("Raleigh"));
|
||||
|
||||
fill_gtk (themedir, t);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user