EMailLabelDialog: Use a header bar as title bar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/961
This commit is contained in:
parent
7e788dfda4
commit
5f30cba6ed
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user