EMailSignatureScriptDialog: Use a header bar as title bar
This commit is contained in:

committed by
Milan Crha

parent
97c3360e8c
commit
5a9aaf639b
@ -554,6 +554,7 @@ e_mail_signature_script_dialog_new (ESourceRegistry *registry,
|
|||||||
return g_object_new (
|
return g_object_new (
|
||||||
E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG,
|
E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG,
|
||||||
"registry", registry,
|
"registry", registry,
|
||||||
|
"use-header-bar", TRUE,
|
||||||
"transient-for", parent,
|
"transient-for", parent,
|
||||||
"source", source, NULL);
|
"source", source, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user