mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
Make Adwaita the default theme across platforms
This ensures that we have a polished out-of-the-box appearance on all platforms.
This commit is contained in:
parent
6abcda8391
commit
f547466029
@ -436,11 +436,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_string ("gtk-theme-name",
|
||||
P_("Theme Name"),
|
||||
P_("Name of theme to load"),
|
||||
#ifdef G_OS_WIN32
|
||||
_gtk_win32_theme_get_default (),
|
||||
#else
|
||||
DEFAULT_THEME_NAME,
|
||||
#endif
|
||||
GTK_PARAM_READWRITE),
|
||||
NULL);
|
||||
g_assert (result == PROP_THEME_NAME);
|
||||
|
Loading…
Reference in New Issue
Block a user