forked from AuroraMiddleware/gtk
GtkWindow: Update default for has-default-grip
It is now FALSE.
This commit is contained in:
parent
6feab4f257
commit
b5958d677f
@ -987,7 +987,7 @@ gtk_window_class_init (GtkWindowClass *klass)
|
||||
g_param_spec_boolean ("has-resize-grip",
|
||||
P_("Resize grip"),
|
||||
P_("Specifies whether the window should have a resize grip"),
|
||||
TRUE,
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_DEPRECATED));
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user