EMailLabelDialog: Use a header bar as title bar

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/961
This commit is contained in:
Cédric Bellegarde 2022-06-25 19:35:20 +02:00 committed by Milan Crha
parent 7e788dfda4
commit 5f30cba6ed

View File

@ -230,7 +230,9 @@ e_mail_label_dialog_new (GtkWindow *parent)
{
return g_object_new (
E_TYPE_MAIL_LABEL_DIALOG,
"transient-for", parent, NULL);
"transient-for", parent,
"use-header-bar", TRUE,
NULL);
}
const gchar *