forked from AuroraMiddleware/gtk
GtkSettings: defensive defaults
Change the default value of the gtk-decoration-layout setting to menu:minimize,maximize,close. The masses want it that way.
This commit is contained in:
parent
08e5efd605
commit
1cd9ba187e
@ -1578,7 +1578,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
g_param_spec_string ("gtk-decoration-layout",
|
||||
P_("Decoration Layout"),
|
||||
P_("The layout for window decorations"),
|
||||
"menu:close", GTK_PARAM_READWRITE),
|
||||
"menu:minimize,maximize,close", GTK_PARAM_READWRITE),
|
||||
NULL);
|
||||
g_assert (result == PROP_DECORATION_LAYOUT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user